...
Download and unarchive the plug-in from the Smartfacts platform. Main Menu > Get Plug-ins > Visual Studio Code
Copy the root folder (smartfacts.tools.plugin.vscode) of the unarchived files into C:\Users\User_Name]\.vscode\extensions so the plugin code is then located in
Code Block C:\Users\User_Name]\.vscode\extensions\smartfacts.tools.plugin.vscode.
If you encounter issues that vscode is not able to detect the plugin, run the following command from commandline a command line in the folder, where the vsix file is located:
...
3. Ensure, that the following entries are added to the smartfacts CSP.conf file:
Code Block |
---|
frame-ancestors … vscode-resource://* vscode-webview://* vscode-file://* vscode-app://* … |
Otherwise, the plugin might not be able to start.
...