Skip to content

Commit ed5ddc4

Browse files
committed
Add vscode .axl file extension to Starlark syntax association
1 parent 683f713 commit ed5ddc4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"recommendations": [
33
"BazelBuild.vscode-bazel",
4-
54
],
65
}

.vscode/settings.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"search.exclude": {
3-
"bazel-*": true
3+
"**/bazel-*/**": true
44
},
55
"files.watcherExclude": {
6-
"bazel-*/**": true,
7-
6+
"**/bazel-*/**": true,
7+
},
8+
"files.associations": {
9+
"*.axl": "starlark"
810
},
911
"C_Cpp.workspaceParsingPriority": "medium",
1012
"bazel.buildifierFixOnFormat": true,

0 commit comments

Comments
 (0)