Skip to content

Commit baa32e3

Browse files
authored
Merge pull request #38 from intel/abhijit4/2025.2.0-release-code-merge-from-inernal-repo
[DEV1A-6124] - 2025.2.0 release code merge from internal repo
2 parents b665569 + d92b971 commit baa32e3

File tree

10 files changed

+2681
-363
lines changed

10 files changed

+2681
-363
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
## 0.2.17
3+
4+
- Fixed environment state/messaging issues on VS Code restart; ; CVE fixes included
5+
26
## 0.2.16
37

48
- CVE Vulnerability Fixes and Enhanced Support for Multiple Inputs in Setvars

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,24 @@ tbb=2022.1,all
5858
In above example the first argument is required, while the remaining arguments are optional.
5959
In "listofvalues" the first argument always names a version directory that is at the top level of the component directory. This can also be a symlink.The first argument is followed by a comma separated list of arguments.
6060

61+
62+
## Intel® oneAPI DPC++/C++ Compiler Support in CMake Tools for VS Code
63+
CMake Tools in VS Code does not detect Intel oneAPI compilers by default. This feature automates their detection and configuration for seamless integration.
64+
### Configuration Steps
65+
1. Ensure the following prerequisites are met:
66+
- **Intel oneAPI Toolkits** is installed.
67+
- A **workspace** is open in VS Code.
68+
- **Microsoft CMake Tools** extension is installed.
69+
2. Press `Ctrl+, ( or File -> Preferences -> Settings )` to open the Settings.
70+
3. Navigate to **Extensions → CMake Tools**.
71+
4. Modify `.vscode/cmake-kits.json` to include Intel compilers.
72+
5. Open Command Palette (`Ctrl+Shift+P`), select **Intel oneAPI: Configure Intel oneAPI DPC++/C++ Compiler for CMake Tools**.
73+
6. Choose a **oneAPI environment script** before configuring `.vscode/cmake-kits.json`.
74+
7. A **toast notification** will prompt you to reload for changes to take effect.
75+
### Outcome
76+
CMake Tools will detect Intel compilers, simplifying setup and build execution.
77+
![GIF of the Intel Compiler demo for CMake Tools](/media/IntelCompilerForCMakeTools.gif)
78+
6179
## Contributing
6280
Install Visual Studio Code (at least version 1.83.1) and open this project within it.
6381
You may also need `node+npm` installed:
5.03 MB
Loading

0 commit comments

Comments
 (0)