We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c54bfa0 + f21c770 commit 20bd467Copy full SHA for 20bd467
editor/install.sh
@@ -0,0 +1,3 @@
1
+#!/usr/bin/env bash
2
+export PATH=$PATH:/usr/local/bin:/usr/bin:/bin/
3
+npm i
editor/src/test/semanticTokens.test.ts
@@ -8,7 +8,7 @@ import * as assert from 'assert';
8
import { getDocUri, activate } from './helper';
9
10
suite('Semantic tokens', () => {
11
- const docUri = getDocUri('LanguageServerProtocol/Project/Sources/Methods/__method_to_test_semantic_token.4dm');
+ const docUri = getDocUri('LanguageServerProtocol/Project/Sources/Methods/__method_semantic_token.4dm');
12
13
test('Semantic tokens File', async () => {
14
await testSemanticFile(docUri);
0 commit comments