Open FALLAI-Denis opened 6 hours ago
That segment is in fact hard-coded. I haven't seen a variable to obtain the path to the set-up directory. I will check again to solve this problem.
Hi @antonkc,
export async function activate(context: vscode.ExtensionContext) {
// Extension path
let extensionPath = context.extensionPath;
https://code.visualstudio.com/api/references/vscode-api#extensions https://code.visualstudio.com/api/references/vscode-api#Extension<T>
Regards,
Hi,
The extension uses a subfolder in the .vscode folder of the user folder:
This path appears to be hardcoded into the extension as it is not the path we use in our VS Code installation.
Thanks.