vscode-ebnf

EBNF for Visual Studio Code
Mirror of https://github.com/Jamozed/vscode-ebnf
git clone http://git.omkov.net/vscode-ebnf
Log | Tree | Refs | README | LICENCE | Download

vscode-ebnf/.vscode/launch.json (12 lines, 197 B) -rw-r--r-- blame download

01234567891011
{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Extension",
			"type": "extensionHost",
			"request": "launch",
			"args": [ "--extensionDevelopmentPath=${workspaceFolder}" ],
		}
	]
}