Answers for "deprecation problem in vscode when using sass"

0

deprecation problem in vscode when using sass

"terminal.integrated.profiles.windows": {
    "PowerShell": {
        "source": "PowerShell",
        "icon": "terminal-powershell"
    },
    "Command Prompt": {
        "path": [
            "${env:windir}\\Sysnative\\cmd.exe",
            "${env:windir}\\System32\\cmd.exe"
        ],
        "args": [],
        "icon": "terminal-cmd"
    },
    "Git Bash": {
        "source": "Git Bash"
    }
},
Posted by: Guest on June-25-2021

Code answers related to "deprecation problem in vscode when using sass"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language