You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the 1st commit message:
Copy extension binaries for CI tests
# This is the commit message #2:
try installing the extension another way
# This is the commit message #3:
add ability to skip external terminal test on linux/mac VM
# This is the commit message #4:
Install gdb and search deeper for extensions folder on macOS
# This is the commit message #5:
find the right extensions folder
# This is the commit message #6:
additional logging
# This is the commit message #7:
try to fix the pathing issue
# This is the commit message #8:
switch to runVSCodeCommand
# This is the commit message #9:
debug the failing test
# This is the commit message #10:
try older binary
# This is the commit message #11:
WIP
# This is the commit message #12:
force debug logging
# This is the commit message #13:
add pipeline changes to branch
# This is the commit message #14:
Remove hard coded logging
# This is the commit message #15:
Fix a squiggle
constextension: vscode.Extension<any>=vscode.extensions.getExtension('ms-vscode.cpptools')||assert.fail('Extension not found');
@@ -170,6 +171,10 @@ suite('Run Without Debugging Terminal and Arguments Test', function (this: Mocha
170
171
for(constprofileofprofiles){
171
172
constprofileSuffix=profile ? ` with ${profile} as the default terminal` : consoleCase.consoleMode==='integratedTerminal' ? ' with default terminal' : '';
172
173
test(`No-debug launch via ${consoleCase.label} handles ${programCase.label}${profileSuffix}`,async()=>{
0 commit comments