vscode-opencl icon indicating copy to clipboard operation
vscode-opencl copied to clipboard

OpenCL for Visual Studio Code

Results 4 vscode-opencl issues
Sort by recently updated
recently updated
newest added

I can't get the IOC to work properly with the problem matcher of the task. When files contain `#include`s, I need to set the cwd of the IOC process to...

bug

Hi, I noticed the following config doesn't work as expected: ``` { "editor.formatOnSave": true, "opencl.formatting.name": "clang-format" } ``` Issuing Format Document command works fine. Is there any specific config setting...

## Environment ubuntu 18.04, vscode 1.43.0 ## Details When I write code in a `.cl` file, it seems that formatting by press `Ctrl+K Ctrl+F` doesn't work, while `Ctrl+Shift+I` or right...

feature

Hi, I have a problem when running on Ubuntu, I've tried setting the absolute path to the formatter: ``` "OpenCL.formatting.name": "/home//.vscode/extensions/ms-vscode.cpptools-1.14.5-linux-x64/LLVM/bin/clang-format" ``` However whenever I try to format a .cl...

bug