Environment Configurator for Intel Software Developer ToolsRepository | Issues | Documentation | Code SamplesThis extension configures the system environment and settings for Intel® oneAPI toolkits and their products. To learn about more extensions for oneAPI Toolkits, see Using Visual Studio Code with Intel® oneAPI toolkits. Set oneAPI EnvironmentYou can initialize your environment with following steps.
The current environment applies to all tasks, launch and new terminals, regardless of which folder it was originally associated with. Previously created terminals contain only the environment in which they were created, regardless of the environment applied to a new terminal. Specify a Permanent Path to Intel oneAPI Toolkit InstallationsYou can specify the direct path to the oneAPI install directory in order to avoid searching for the environment every time the environment is initialized.
Using setvars_config files for oneAPI EnvironmentYou can limit the initialization of the environment to a specific set of oneAPI components, and also initialize the environment for a specific version of the component. Due to changes in directory layout, 2024.0 version of Intel® oneAPI Toolkits include 2 environment setup scripts - setvars and oneapi-vars. Note that oneapi-vars script doesn't work with config files, so you can only use setvars script for this case. For this you need:
Also the name of the configuration file can be arbitrary, but it will be used as an environment identifier. Using different files with the same name will result in the reinitialization of the current environment and not the creation of a new one. ContributingInstall Visual Studio Code (at least version 1.83.1) and open this project within it.
You may also need
At this point you should be able to run the extension in the "Extension Development Host". LicenseThis extension is released under MIT. |