release: WRNexusJS 0.2.27
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
const vscode = require("vscode");
|
||||
const { formatWrn } = require("./formatter");
|
||||
const { registerCompletionProvider } = require("./completion");
|
||||
|
||||
// The .wrn compiler, bundled to CJS by `bun run build:compiler`. Loaded
|
||||
// defensively so the rest of the extension (highlighting, snippets, completion)
|
||||
@@ -67,6 +68,8 @@ const EVENTS = [
|
||||
* @param {vscode.ExtensionContext} context
|
||||
*/
|
||||
function activate(context) {
|
||||
registerCompletionProvider(context);
|
||||
|
||||
const diagnostics = vscode.languages.createDiagnosticCollection("wrn");
|
||||
context.subscriptions.push(diagnostics);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user