Skip to main content
Module

x/denosass/.vscode/launch.json

DenoSass is a complete nearly fully featured Sass compiler for Deno and Browser
Latest
File
{ "configurations": [ { "name": "Launch Microsoft Edge and open the Edge DevTools", "request": "launch", "type": "vscode-edge-devtools.debug", "url": "http://localhost:5500" } ]}