Skip to content

Commit db29aee

Browse files
committed
Update port
1 parent 4d1112c commit db29aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let aspectValidationController: AspectValidationController;
1111
export async function activate(context: ExtensionContext): Promise<void> {
1212
// The server is a started as a separate app and listens on port 2113
1313
let connectionInfo = {
14-
port: 19113
14+
port: 1846
1515
};
1616
let serverOptions = () => {
1717
// Connect to language server via socket

0 commit comments

Comments
 (0)