Skip to content

Commit

Permalink
v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Aug 1, 2022
1 parent 6e2de16 commit cae1dbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion clients/vscode/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"lib": ["ES2019"],
"outDir": "out",
"rootDir": "src",
"sourceMap": true
"sourceMap": true,
"composite": true
},
"include": ["src"],
"exclude": ["node_modules", ".vscode-test"]
Expand Down
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language server for Objeck",
"author": "Randy Hollines",
"license": "New BSD",
"version": "1.1.13",
"version": "1.1.14",
"repository": {
"type": "git",
"url": "https://github.com/objeck/objeck-lang-server"
Expand Down
2 changes: 1 addition & 1 deletion deploy_lsp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ copy README.txt objeck-lsp
REM finished
if [%1] NEQ [deploy] goto end
del /f objeck-lsp-*.zip
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.13.zip" "objeck-lsp\*"
%ZIP_BIN%\7z.exe a -r -tzip "objeck-lsp-1.1.14.zip" "objeck-lsp\*"
:end

0 comments on commit cae1dbb

Please sign in to comment.