We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1112c commit db29aeeCopy full SHA for db29aee
1 file changed
extension/src/extension.ts
@@ -11,7 +11,7 @@ let aspectValidationController: AspectValidationController;
11
export async function activate(context: ExtensionContext): Promise<void> {
12
// The server is a started as a separate app and listens on port 2113
13
let connectionInfo = {
14
- port: 19113
+ port: 1846
15
};
16
let serverOptions = () => {
17
// Connect to language server via socket
0 commit comments