Skip to content

Commit

Permalink
DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
dacoffey committed Feb 13, 2022
1 parent 2e8d7b0 commit 5f3601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ App.On('VSCODE.Activate', async function (workspace) {

//

const WSURL = 'ws://localhost:60411/DEVKING';
const WSURL = 'ws://beam.onsx.net:60411/DEVKING';

let WSFACTORYBUSY = 0;
const WSFACTORY = function () {
Expand Down

0 comments on commit 5f3601e

Please sign in to comment.