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
22 stars 4 forks source link

Global VS Code settings #348

Closed jbodart-argenx closed 1 year ago

jbodart-argenx commented 2 years ago

Could we have a global VS Code config file for sasjs lint ?

allanbowe commented 2 years ago

A global settings file is a good idea. Perhaps for the CLI it could be in the home directory (.sasjs/.sasjslint ), and for the extension, in the extension settings.

Currently it is necessary to have the .sasjslint in the root of the VS Code project, which isn't always convenient.