Relocate code into src folder

This commit is contained in:
adelphes
2017-01-22 16:09:35 +00:00
parent 8337bc3e00
commit ec258a6ddb
16 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ var vscode = require('vscode');
// your extension is activated the very first time the command is executed
function activate(context) {
/* Nothing is done here. The debugger is launched from debugMain.js */
/* Nothing is done here. The debugger is launched from src/debugMain.js */
// The commandId parameter must match the command field in package.json
var disposables = [