sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code
https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode
MIT License
23 stars 4 forks source link

`syncDirectories` issue in vscodium IDE #359

Closed allanbowe closed 2 years ago

allanbowe commented 2 years ago

To reproduce:

Download / open VS Codium

git clone https://github.com/sasjs/angular-seed-app
cd angular-seed-app
sasjs add

Set up a new target and modify the sasjsconfig.json to include the syncDirectories property.

Finally, click the cloud icon.

The following error appears:

ENOENT: no such file or directory, open '/Users/munja/.vscode-oss/extensions/sasjs.sasjs-for-vscode-1.24.1-universal/macros/mp_hashdirectory.sas'

image