-
- Downloads
added performance hints and information
Showing
- client/src/extension.ts 1 addition, 1 deletionclient/src/extension.ts
- package-lock.json 5 additions, 0 deletionspackage-lock.json
- package.json 10 additions, 21 deletionspackage.json
- server/src/ErrorMatcher.ts 69 additions, 51 deletionsserver/src/ErrorMatcher.ts
- server/src/server.ts 9 additions, 2 deletionsserver/src/server.ts
... | ... | @@ -24,8 +24,7 @@ |
"proB" | ||
], | ||
"activationEvents": [ | ||
"onLanguage:B", | ||
"onLanguage:EventB" | ||
"onLanguage:plaintext" | ||
], | ||
"main": "./client/out/extension", | ||
"contributes": { | ||
... | ... | @@ -67,26 +66,15 @@ |
"type": "boolean", | ||
"default": false, | ||
"description": "Option for stricter Checks" | ||
}, | ||
"languageServer.performanceInfo": { | ||
"scope": "window", | ||
"type": "boolean", | ||
"default": false, | ||
"description": "Option for preformance Info" | ||
} | ||
} | ||
}, | ||
"languages": [ | ||
{ | ||
"id": "B", | ||
"extensions": [ | ||
".mch", | ||
".ref", | ||
".imp", | ||
".def" | ||
] | ||
}, | ||
{ | ||
"id": "EventB", | ||
"extensions": [ | ||
".sys" | ||
] | ||
} | ||
] | ||
}, | ||
"scripts": { | ||
"vscode:prepublish": "npm run compile", | ||
... | ... | @@ -115,6 +103,7 @@ |
"stream-to-array": "^2.3.0", | ||
"ts-xor": "^1.0.8", | ||
"vscode-api": "0.0.0", | ||
"vscode-uri": "^2.1.1" | ||
"vscode-uri": "^2.1.1", | ||
"without": "^1.2.3" | ||
} | ||
} |
Please register or sign in to comment