Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

deprecation problem in vscode when using sass

"terminal.integrated.profiles.windows": {
    "PowerShell": {
        "source": "PowerShell",
        "icon": "terminal-powershell"
    },
    "Command Prompt": {
        "path": [
            "${env:windir}Sysnativecmd.exe",
            "${env:windir}System32cmd.exe"
        ],
        "args": [],
        "icon": "terminal-cmd"
    },
    "Git Bash": {
        "source": "Git Bash"
    }
},
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #deprecation #problem #vscode #sass
ADD COMMENT
Topic
Name
9+3 =