Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s0kil committed Jul 1, 2021
1 parent 01cd53a commit b9b46be
Show file tree
Hide file tree
Showing 14 changed files with 763 additions and 107 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rollup.config.js
server/
tsconfig.json
webpack.config.js
icon.xcf
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.3.0

- Fix Broken JavaScript/CSS Highlighting

## 0.2.1

- Update Description To Include IntelliSense
Expand Down
177 changes: 160 additions & 17 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"dependencies": {
"vscode-html-languageservice": "^4.0.0",
"vscode-html-languageservice": "^4.0.6",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
"@types/vscode": "^1.52.0"
"@types/vscode": "^1.57.0"
},
"engines": {
"vscode": "^1.43.0"
"vscode": "^1.57.0"
}
}
6 changes: 3 additions & 3 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "es2019",
"lib": ["ES2019"],
"module": "ESNext",
"target": "ESNext",
"lib": ["ESNext", "DOM"],
"outDir": "out",
"rootDir": "src",
"sourceMap": true,
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.xcf
Binary file not shown.
Loading

0 comments on commit b9b46be

Please sign in to comment.