File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "displayName" : " Bazel Build Server Protocol (BSP)" ,
44 "description" : " Bazel BSP integration for VS Code." ,
55 "publisher" : " Uber" ,
6- "version" : " 0.0.13-2 " ,
6+ "version" : " 0.0.14 " ,
77 "license" : " Apache-2.0" ,
88 "repository" : " https://github.com/uber/vscode-bazel-bsp" ,
99 "engines" : {
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ export class TestRunTracker implements TaskOriginHandlers {
499499 * @param ideClient IDE client identifier (e.g., 'vscode', 'cursor')
500500 */
501501 public setIdeTag ( ideClient : string ) : void {
502- // Use Bazel's --define flag which is specifically designed for user-defined values
502+ // use test_env to set the IDE_CLIENT environment variable
503503 this . ideTag = `--test_env=IDE_CLIENT=${ ideClient } `
504504 }
505505
You can’t perform that action at this time.
0 commit comments