Skip to content

Commit 853b3f8

Browse files
authored
fix: disable CodeCatalyst view in cloud9-classic #4160
1 parent 2def22a commit 853b3f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,8 @@
754754
},
755755
{
756756
"id": "aws.codecatalyst",
757-
"name": "%AWS.codecatalyst.explorerTitle%"
757+
"name": "%AWS.codecatalyst.explorerTitle%",
758+
"when": "!isCloud9 || isCloud9CodeCatalyst"
758759
}
759760
],
760761
"aws-codewhisperer-reference-log": [

0 commit comments

Comments
 (0)