Skip to content

Commit

Permalink
[#33][#36] Update opencl-ls ver to 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galarius committed Mar 13, 2022
1 parent 7fa342c commit 14786e5
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 19 deletions.
22 changes: 11 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: make_man.py",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/_dev/make_man/",
"program": "${workspaceFolder}/_dev/make_man/make_man.py",
"args": [
"-u"
],
"console": "integratedTerminal"
},
{
"name": "Run Extension",
"type": "extensionHost",
Expand All @@ -26,6 +15,17 @@
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "npm: webpack-dev",
},
{
"name": "Python: make_man.py",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/_dev/make_man/",
"program": "${workspaceFolder}/_dev/make_man/make_man.py",
"args": [
"-u"
],
"console": "integratedTerminal"
}
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenCL for Visual Studio Code Change Log

## Version 0.7.3: Mar 13, 2022

* Updated [opencl-language-server](https://github.com/Galarius/opencl-language-server) version to [0.3](https://github.com/Galarius/opencl-language-server/releases/tag/0.3).

## Version 0.7.2: Oct 05, 2021

* Task provider error messages will only be visible in the developer console
Expand Down
1 change: 0 additions & 1 deletion _dev/doc/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

* Install npm if needed: `brew install npm`
* Install vsce if needed: `npm install -g vsce`
* For zsh: `echo 'source ~/.zshrc' > ~/.zshenv`
* Install packages for extension: `npm install`

## Setup OpenCL Language Server
Expand Down
Binary file modified bin/darwin/opencl-language-server
Binary file not shown.
Binary file modified bin/linux/opencl-language-server
Binary file not shown.
Binary file modified bin/win32/opencl-language-server.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "OpenCL for Visual Studio Code",
"author": "galarius",
"license": "MIT",
"version": "0.7.2",
"version": "0.7.3",
"publisher": "galarius",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-opencl",
"displayName": "OpenCL",
"description": "OpenCL for Visual Studio Code",
"version": "0.7.2",
"version": "0.7.3",
"publisher": "galarius",
"icon": "images/OpenCL_128x.png",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 14786e5

Please sign in to comment.