sasjs / vscode-extension

SAS Linting, Syntax Highlighting, and Code Execution from VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SASjs.sasjs-for-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce boilerplate when adding projectTarget

allanbowe opened this issue ยท comments

When adding a new projectTarget in the VS Code extension, the result looks like this:

{
      "name": "v4",
      "serverUrl": "https://sas.com",
      "serverType": "SASVIYA",
      "appLoc": "/Public/app",
      "deployConfig": {
        "deployServicePack": true,
        "deployScripts": []
      },
      "syncDirectories": [],
      "buildConfig": {
        "initProgram": "",
        "termProgram": "",
        "buildOutputFileName": "v6.sas",
        "buildOutputFolder": "sasjsbuild",
        "buildResultsFolder": "sasjsresults",
        "macroVars": {}
      },
      "jobConfig": {
        "jobFolders": [],
        "initProgram": "",
        "termProgram": "",
        "macroVars": {}
      },
      "serviceConfig": {
        "serviceFolders": [],
        "initProgram": "",
        "termProgram": "",
        "macroVars": {}
      },
      "streamConfig": {
        "streamWebFolder": "",
        "streamWeb": false,
        "webSourcePath": "",
        "streamServiceName": "",
        "assetPaths": []
      },
      "testConfig": {
        "initProgram": "",
        "termProgram": "",
        "macroVars": {},
        "testSetUp": "",
        "testTearDown": ""
      },
      "contextName": "SAS Job Execution compute context"
    }

However, it should look more like this:

{
      "name": "v4",
      "serverUrl": "https://sas.com",
      "serverType": "SASVIYA",
      "appLoc": "/Public/app",
      "contextName": "SAS Job Execution compute context"
    }

๐ŸŽ‰ This issue has been resolved in version 1.26.4 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€