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

feat: CompileBuildDeploy command #392

Closed YuryShkoda closed 1 year ago

YuryShkoda commented 1 year ago

Info

If a .sas file is selected and a CompileBuildDeployCommand is called, then a single file will be compiled, built, and deployed. If a sasjsconfig.json file is selected and a CompileBuildDeployCommand is called, then the entire project will be compiled, built, and deployed.

Intent

Implementation

Checks

allanbowe commented 1 year ago

Could we also add a section in the README to explain to users how the compilation works (eg single file / project level etc)?

YuryShkoda commented 1 year ago

Could we also add a section in the README to explain to users how the compilation works (eg single file / project level etc)?

Section is added.

sasjsbot commented 1 year ago

:tada: This PR is included in version 1.29.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: