Skip to content

Commit eddc3a0

Browse files
committed
Update WASM path for Oniguruma library to use vendor directory
1 parent 6a91c49 commit eddc3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/inspectTokenScopes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export async function inspectTokenScopesHandler(context: vscode.ExtensionContext
107107
outputChannel.appendLine('');
108108

109109
try {
110-
const wasmPath = path.join(context.extensionPath, 'node_modules', 'vscode-oniguruma', 'release', 'onig.wasm');
110+
const wasmPath = path.join(context.extensionPath, 'vendor', 'onig.wasm');
111111
const grammarPath = path.join(context.extensionPath, 'syntaxes', 'jac.tmLanguage.json');
112112
const text = editor.document.getText();
113113

0 commit comments

Comments
 (0)