Skip to content

Commit c275b42

Browse files
committed
Prepare pre-0.6.0
1 parent 3f196b9 commit c275b42

File tree

11 files changed

+3415
-4650
lines changed

11 files changed

+3415
-4650
lines changed

.vscodeignore

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
.vscode/**
1+
.vscode/
2+
.github/
3+
client/
4+
coverage/
5+
grammars/
6+
node_modules/
7+
scripts/
8+
server/
9+
syntaxes/
10+
211
**/*.ts
312
**/*.d.ts
413
**/*.js.map
514
**/.gitignore
615
.gitattributes
16+
.eslintignore
717
tsconfig.json
8-
contributing.md
18+
tsconfig.build.json
919
.travis.yml
10-
node_modules
1120
*.vsix
1221
webpack.config.js
22+
webpack.config.base.js
1323
gulpfile.js
1424
tslint.json
15-
grammars/
16-
scripts/
17-
syntaxes/UnrealScript.YAML-tmLanguage
18-
Icon.psd
19-
.eslintignore
20-
21-
client/
22-
!client/out/extension.js
23-
24-
server/
25-
!server/out/server.js
26-
!server/out/*.LICENSE.txt
25+
Icon.psd

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 - 2021 Eliot van Uytfanghe
1+
Copyright (c) Eliot van Uytfanghe
22

33
All rights reserved.
44

client/package-lock.json

Lines changed: 31 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"@types/vscode": "^1.74.0",
21-
"@vscode/test-electron": "^2.2.1"
21+
"@vscode/test-electron": "^2.2.2"
2222
}
2323
}

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UnrealScript Language Service
22

3-
## Next
3+
## 0.6.0
44

55
- Implemented [LSP Semantic-Tokens #137](https://github.com/EliotVU/UnrealScript-Language-Service/issues/137) (References to a class will now be highlighted as such even where the tmLanguage cannot determine the identifier's type)
66
- ![image](https://user-images.githubusercontent.com/808593/211020346-38724ace-2fbe-4d92-b68c-69640ded824f.png)

0 commit comments

Comments
 (0)