Skip to content

Commit 20bd467

Browse files
authored
Merge pull request #21 from 4d/release/20R3
Update readme
2 parents c54bfa0 + f21c770 commit 20bd467

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

editor/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as assert from 'assert';
88
import { getDocUri, activate } from './helper';
99

1010
suite('Semantic tokens', () => {
11-
const docUri = getDocUri('LanguageServerProtocol/Project/Sources/Methods/__method_to_test_semantic_token.4dm');
11+
const docUri = getDocUri('LanguageServerProtocol/Project/Sources/Methods/__method_semantic_token.4dm');
1212

1313
test('Semantic tokens File', async () => {
1414
await testSemanticFile(docUri);

0 commit comments

Comments
 (0)