File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " git" ,
7
7
"url" : " https://github.com/vknabel/vscode-swiftlint"
8
8
},
9
- "version" : " 1.8.4 " ,
9
+ "version" : " 1.8.5 " ,
10
10
"license" : " MIT" ,
11
11
"author" : {
12
12
"name" : " Valentin Knabel" ,
38
38
" workspaceContains:**/*swift"
39
39
],
40
40
"main" : " ./out/extension.js" ,
41
+ "capabilities" : {
42
+ "untrustedWorkspaces" : {
43
+ "supported" : " limited" ,
44
+ "description" : " Since the SwiftLint path is used to execute SwiftLint, it must be trusted." ,
45
+ "restrictedConfigurations" : [
46
+ " swiftlint.path"
47
+ ]
48
+ }
49
+ },
41
50
"contributes" : {
42
51
"configuration" : {
43
52
"title" : " SwiftLint configuration" ,
59
68
"description" : " Only use SwiftLint when a config exists. Requires `swiftlint.configSearchPaths`."
60
69
},
61
70
"swiftlint.path" : {
62
- "description" : " The location of your globally installed SwiftLint." ,
63
- "scope" : " machine" ,
71
+ "description" : " The location of your globally or locally installed SwiftLint." ,
72
+ "scope" : " machine-overridable " ,
64
73
"default" : " swiftlint" ,
65
74
"oneOf" : [
66
75
{
You can’t perform that action at this time.
0 commit comments