1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-08 20:10:24 +08:00

feat: add remaining tests in Chapter 3

This commit is contained in:
源文雨
2026-01-09 14:43:48 +08:00
parent ed2915e97b
commit b0fcce99c7
8 changed files with 319 additions and 1 deletions

View File

@@ -82,7 +82,8 @@
"terminal.integrated.profiles.windows": {
"Command Prompt with oneAPI": {
"path": "cmd.exe",
"args": ["/k", "${config:oneapi.root.windows}/setvars.bat", "&&", "powershell"]
// need to set VS2022INSTALLDIR envvar when WARNING: Visual Studio was not found in a standard install location
"args": ["/k", "${config:oneapi.root.windows}/setvars.bat", "intel64", "vs2022", "&&", "powershell"]
}
},
"terminal.integrated.profiles.linux": {