UNPKG

ncahec-northwest-theme

Version:

theme for northwest ahec

21 lines (19 loc) 558 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Webpack", "program": "${workspaceFolder}/node_modules/webpack-dev-server/bin/webpack-dev-server.js", "args": [ "--config", "${workspaceFolder}/webpack.common.config.js", "--progress" ] } ] }