Releases: sasjs/vscode-extension
Releases · sasjs/vscode-extension
v1.26.0
1.26.0 (2022-12-15)
Bug Fixes
- add node-graphviz to externals array in build.ts (dc289fb)
- If the current project is not a SASjs project, we should navigate up the directory tree to see if any higher-level folders contain a SASjs project (identified by a sasjs/sasjsconfig.json file) (fc2b5b2)
- load default target from sasjsconfig.json (052df24)
Features
- add docs command (fcb763a)
- If there is no SASjs project then we should initialise sasjs doc in the current directory INCLUDING a sasjs/sasjsconfig.json file (63a6871)
v1.25.1
1.25.1 (2022-12-09)
Bug Fixes
- bump utils version and improve loggin (5f39c9e)
v1.25.0
1.25.0 (2022-11-24)
Bug Fixes
- implemented singleton design pattern for output channel (b3b7553)
- show sync directory icon all the time (3d54ea3)
Features
- Support global .env at project level (ff76624)
- Support root level syncDirectories (90fce98)
v1.24.3
1.24.3 (2022-11-17)
Bug Fixes
- bumping sasjs/lint for new features (ca2373b)
v1.24.2
1.24.2 (2022-11-09)
Bug Fixes
- specify @sasjs/utils/fs as external (2d7dac3)