Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e4e4376
End to end; Set miDebuggerPath for clang
grdowns Feb 19, 2019
0faafc7
Start debugging automatically
grdowns Feb 20, 2019
d225a69
Major refactoring work
grdowns Feb 25, 2019
93df4b6
Implement command + telemetry; Allow compilerPath to resolve via PATH
grdowns Feb 25, 2019
f0f6a38
Merge branch 'master' into grdowns/launch-configs
grdowns Feb 25, 2019
7e28731
Fix linter error
grdowns Feb 25, 2019
712e1b8
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
grdowns Feb 25, 2019
0996a2a
Use path.join
grdowns Feb 25, 2019
c60e815
Remove explorer/context property
grdowns Feb 25, 2019
fb426c5
update localization/don't cache raw tasks
bobbrow Feb 25, 2019
48a9671
Merge branch 'master' into grdowns/launch-configs
sean-mcmanus Feb 25, 2019
ceb5764
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
bobbrow Feb 25, 2019
a24a14a
Merge remote-tracking branch 'origin/master' into grdowns/launch-configs
bobbrow Feb 25, 2019
15319fd
Merge branch 'master' into grdowns/launch-configs
sean-mcmanus Feb 25, 2019
3ebf4f3
Fix menu.
sean-mcmanus Feb 25, 2019
4dd12be
Update command names and dependencies.
sean-mcmanus Feb 25, 2019
327aade
Some code review fixes.
sean-mcmanus Feb 26, 2019
87e5bbf
Fix lldb.
sean-mcmanus Feb 26, 2019
a865361
Fix clang debuggerName.
sean-mcmanus Feb 26, 2019
1ef75ca
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
bobbrow Feb 26, 2019
a2e1dd9
Fix string issues.
sean-mcmanus Feb 27, 2019
b48f573
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
sean-mcmanus Feb 27, 2019
437bc50
Fix bug when debugger doesn't exist on Linux.
sean-mcmanus Feb 27, 2019
bc80701
Merge branch 'master' into grdowns/launch-configs
sean-mcmanus Feb 27, 2019
aa9a6d5
Fix .inl.
sean-mcmanus Feb 27, 2019
2228b1a
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
sean-mcmanus Feb 27, 2019
4e545e1
Fix bug with "clang" appearing for C++ and remove WSL compilers.
sean-mcmanus Feb 27, 2019
86219c9
Remove cl.exe and WSL compilers from userCompilers.
sean-mcmanus Feb 27, 2019
d764a09
Change assert to console.assert.
sean-mcmanus Feb 27, 2019
07b5c83
Merge branch 'master' into grdowns/launch-configs
sean-mcmanus Feb 27, 2019
cc2ef05
Prevent duplicate debug tasks.
sean-mcmanus Feb 27, 2019
fc4a477
Handle compilerPath in build and squiggles.
sean-mcmanus Feb 28, 2019
9caaaae
Merge branch 'grdowns/launch-configs' of https://github.com/Microsoft…
sean-mcmanus Feb 28, 2019
eb52cb9
Fix F5 bugs.
sean-mcmanus Feb 28, 2019
c9b7347
Handle no compiler. Change F5 cancel result.
sean-mcmanus Feb 28, 2019
02b41ef
Disabled debug and launch.
sean-mcmanus Feb 28, 2019
59667aa
Change activation event.
sean-mcmanus Feb 28, 2019
a473ef6
Code review feedback.
sean-mcmanus Feb 28, 2019
c56e852
Fix bug with missing compilerPath.
sean-mcmanus Feb 28, 2019
7f89f43
Merge branch 'master' into grdowns/launch-configs
sean-mcmanus Mar 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 41 additions & 65 deletions Extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,10 +1420,11 @@
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^8.0.46",
"await-notify": "^1.0.1",
"@types/node": "^8.10.40",
"async-child-process": "^1.1.1",
"await-notify": "^1.0.1",
"child-process": "^1.0.2",
"extend": "3.0.2",
"gulp": "^4.0.0",
"gulp-env": "0.4.0",
"gulp-mocha": "5.0.0",
Expand All @@ -1432,10 +1433,9 @@
"tslint": "5.8.0",
"tslint-microsoft-contrib": "5.0.1",
"tslint-no-unused-expression-chai": "0.0.3",
"typescript": "^2.5.3",
"vrsource-tslint-rules": "^5.8.2",
"vscode": "^1.1.29",
"extend": "3.0.2"
"typescript": "^2.9.2",
"vrsource-tslint-rules": "^5.8.3",
"vscode": "^1.1.30"
},
"dependencies": {
"@types/minimatch": "^3.0.3",
Expand All @@ -1448,7 +1448,7 @@
"vscode-cpptools": "2.1.1",
"vscode-debugadapter": "~1.33.0",
"vscode-debugprotocol": "~1.33.0",
"vscode-extension-telemetry": "~0.1.0",
"vscode-extension-telemetry": "^0.1.1",
"vscode-languageclient": "5.1.1",
"yauzl": "~2.10.0"
},
Expand Down
3 changes: 2 additions & 1 deletion Extension/package.nls.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"c_cpp.command.pauseParsing.title": "Metti in pausa l'analisi del codice",
"c_cpp.command.resumeParsing.title": "Riprendi l'analisi del codice",
"c_cpp.command.showParsingCommands.title": "Mostra comandi per l'analisi del codice",
"c_cpp.command.takeSurvey.title": "Partecipa al Sondaggio"
"c_cpp.command.takeSurvey.title": "Partecipa al Sondaggio",
"c_cpp.command.buildAndDebugActiveFile.title": "Compila ed Esegui il debug del file attivo"
}
7 changes: 4 additions & 3 deletions Extension/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"c_cpp.command.configurationSelect.title": "Select a configuration...",
"c_cpp.command.configurationProviderSelect.title": "Change configuration provider...",
"c_cpp.command.configurationEdit.title": "Edit configurations...",
"c_cpp.command.goToDeclaration.title": "Go to declaration",
"c_cpp.command.peekDeclaration.title": "Peek declaration",
"c_cpp.command.goToDeclaration.title": "Go to Declaration",
"c_cpp.command.peekDeclaration.title": "Peek Declaration",
"c_cpp.command.switchHeaderSource.title": "Switch Header/Source",
"c_cpp.command.navigate.title": "Navigate...",
"c_cpp.command.toggleErrorSquiggles.title": "Toggle error squiggles",
Expand All @@ -14,5 +14,6 @@
"c_cpp.command.pauseParsing.title": "Pause parsing",
"c_cpp.command.resumeParsing.title": "Resume parsing",
"c_cpp.command.showParsingCommands.title": "Show parsing commands",
"c_cpp.command.takeSurvey.title": "Take survey"
"c_cpp.command.takeSurvey.title": "Take survey",
"c_cpp.command.buildAndDebugActiveFile.title": "Build and Debug Active File"
}
3 changes: 2 additions & 1 deletion Extension/package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"c_cpp.command.pauseParsing.title": "暂停解析",
"c_cpp.command.resumeParsing.title": "继续解析",
"c_cpp.command.showParsingCommands.title": "查看解析命令",
"c_cpp.command.takeSurvey.title": "调查问卷"
"c_cpp.command.takeSurvey.title": "调查问卷",
"c_cpp.command.buildAndDebugActiveFile.title": "生成和调试当前文件"
}
Loading