brintos

brintos / llvm-project-archived public Read only

0
0
Text · 562 B · dfe1753 Raw
24 lines · json
1{2	// Use IntelliSense to learn about possible attributes.3	// Hover to view descriptions of existing attributes.4	// For more information, visit: https://go.microsoft.com/fwlink/?linkid=8303875	"version": "0.2.0",6	"configurations": [7		{8			"type": "extensionHost",9			"request": "launch",10			"name": "Run Extension",11			"runtimeExecutable": "${execPath}",12			"args": [13				"--extensionDevelopmentPath=${workspaceRoot}"14			],15			"outFiles": [16				"${workspaceRoot}/out/**/*.js"17			],18			"preLaunchTask": {19				"type": "npm",20				"script": "watch"21			}22		}23	]24}