-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
939 lines (939 loc) · 38.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
{
"name": "sonarlint-vscode",
"displayName": "SonarLint",
"description": "Linter to detect & fix coding issues locally in JS/TS, Python, PHP, Java, C, C++, C#, Go, IaC. Use with SonarQube & SonarCloud for optimal team performance.",
"version": "4.13.0-SNAPSHOT",
"icon": "images/sonarqube_for_ide_128px.png",
"publisher": "SonarSource",
"homepage": "https://www.sonarsource.com/products/sonarlint/",
"repository": {
"type": "git",
"url": "https://github.com/SonarSource/sonarlint-vscode.git"
},
"bugs": {
"url": "https://community.sonarsource.com/c/sl/vs-code/36"
},
"license": "SEE LICENSE IN LICENSE.txt",
"engines": {
"vscode": "^1.73.0"
},
"categories": [
"Linters"
],
"keywords": [
"IaC",
"Code Quality",
"Go",
"C++",
"Java",
"JavaScript",
"PHP",
"Python",
"TypeScript",
"Code Analysis"
],
"activationEvents": [
"onStartupFinished"
],
"capabilities": {
"virtualWorkspaces": false
},
"contributes": {
"configuration": {
"type": "object",
"title": "SonarLint",
"properties": {
"sonarlint.rules": {
"order": 1,
"type": "object",
"scope": "application",
"default": {},
"markdownDescription": "Customize applied rule set. This property contains a list of rules whose activation level or parameter values differ from the one provided by default. In [Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22), this configuration is overridden by the projects's Quality Profile, as configured on server side and can be **shared among contributors**. See [SonarLint Rules](command:SonarLint.AllRules.focus) view for the list of **locally** available rules.\n\nExample:\n\n \"sonarlint.rules\": {\n \"javascript:1481\": {\n \"level\": \"off\",\n \"javascript:S103\": {\n \"level\": \"on\",\n \"parameters\": {\n \"maximumLineLength\": \"120\"\n }\n }\n }\n",
"patternProperties": {
"^[^:]+:[^:]+$": {
"type": "object",
"markdownDescription": "Property names are rule keys in the form: `repo:key`",
"properties": {
"level": {
"type": "string",
"enum": [
"off",
"on"
],
"markdownDescription": "When set to `off`, disable the rule. When set to `on`, enable the rule."
},
"parameters": {
"type": "object",
"markdownDescription": "Rule parameters. See rule description for accepted parameters. E.g `{ \"intParam\": \"123\" }`."
},
"additionalProperties": false
}
}
},
"additionalProperties": false
},
"sonarlint.connectedMode.servers": {
"deprecationMessage": "The setting is deprecated. Use `sonarlint.connectedMode.connections.sonarqube` or `sonarlint.connectedMode.connections.sonarcloud` instead.",
"type": "array",
"scope": "application",
"default": [],
"markdownDescription": "Configure one or more connection(s) to SonarQube/SonarCloud. For security reasons, the token should not be stored in SCM with workspace settings. The `serverId` can be any identifier and will be referenced in `#sonarlint.connectedMode.project#`.\n\nExample for SonarCloud:\n\n \"sonarlint.connectedMode.servers\": [\n {\n \"serverId\": \"my_orga_in_sonarcloud.io\",\n \"serverUrl\": \"https://sonarcloud.io\",\n \"organizationKey\": \"my_organization\",\n \"token\": \"V2VkIE1...\"\n }\n ]\n\nExample for SonarQube:\n\n \"sonarlint.connectedMode.servers\": [\n {\n \"serverId\": \"my_sonarqube\",\n \"serverUrl\": \"https://sonar.mycompany.com\",\n \"token\": \"V2VkIE1...\"\n }\n ]",
"items": {
"properties": {
"serverId": {
"type": "string",
"description": "A unique identifier for this server connection. Will be referenced from `#sonarlint.connectedMode.project#`"
},
"serverUrl": {
"type": "string",
"description": "URL of the server. Use https://sonarcloud.io for SonarCloud."
},
"token": {
"type": "string",
"description": "Token generated from My Account>Security in SonarQube/SonarCloud"
},
"organizationKey": {
"type": "string",
"description": "Only used for SonarCloud"
}
},
"additionalProperties": false
}
},
"sonarlint.connectedMode.connections.sonarqube": {
"order": 2,
"type": "array",
"scope": "application",
"default": [],
"markdownDescription": "Connect SonarLint to SonarQube to apply the same Clean Code standards as your team. Analyze more languages, detect more issues **on the whole project**, receive notifications about the quality gate status, and more. Quality Profiles and file exclusion settings defined on the server are shared between all connected users. Please find the documentation [here](https://docs.sonarsource.com/sonarlint/vs-code/team-features/connected-mode/)",
"items": {
"type": "object",
"properties": {
"connectionId": {
"type": "string",
"description": "A unique identifier for this connection to be used as a reference in `#sonarlint.connectedMode.project#`. Only needed if you plan to use multiple connections to SonarQube/SonarCloud."
},
"serverUrl": {
"type": "string",
"description": "URL of the SonarQube server."
},
"token": {
"type": "string",
"description": "Token generated from 'My Account>Security' in SonarQube"
},
"disableNotifications": {
"type": "boolean",
"description": "SonarLint will show notifications for bound projects when there are new issues assigned to you, or when the quality gate status changed. Set to false to disable all notifications for projects bound to this connection."
}
},
"additionalProperties": false,
"required": [
"serverUrl"
],
"examples": [
{
"serverUrl": "https://<replace_with_your_sonarqube_server_url>"
},
{
"connectionId": "MyCompanySonarQube",
"serverUrl": "https://<replace_with_your_sonarqube_server_url>",
"disableNotifications": false
}
]
}
},
"sonarlint.connectedMode.connections.sonarcloud": {
"order": 3,
"type": "array",
"scope": "application",
"default": [],
"markdownDescription": "Connect SonarLint to SonarCloud to apply the same Clean Code standards as your team. Analyze more languages, detect more issues **on the whole project**, receive notifications about the quality gate status, and more. Quality Profiles and file exclusion settings defined on the server are shared between all connected users. Please find the documentation [here](https://docs.sonarsource.com/sonarlint/vs-code/team-features/connected-mode/)",
"items": {
"type": "object",
"properties": {
"connectionId": {
"type": "string",
"description": "A unique identifier for this connection to be used as a reference in `#sonarlint.connectedMode.project#`. Only needed if you plan to use multiple connections to SonarQube/SonarCloud."
},
"organizationKey": {
"type": "string",
"description": "A SonarCloud organization key. If you want to bind different projects that are in different organizations, simply declare multiple connections."
},
"token": {
"type": "string",
"description": "Token generated from 'My Account>Security' in SonarCloud"
},
"disableNotifications": {
"type": "boolean",
"description": "SonarLint will show notifications for bound projects when there are new issues assigned to you, or when the quality gate status changed. Set to false to disable all notifications for projects bound to this connection."
}
},
"additionalProperties": false,
"required": [
"organizationKey"
],
"examples": [
{
"organizationKey": "<replace_with_your_sonarcloud_organization_key>"
},
{
"connectionId": "MyOrganization",
"organizationKey": "<replace_with_your_sonarcloud_organization_key>",
"disableNotifications": false
}
]
}
},
"sonarlint.connectedMode.project": {
"order": 4,
"markdownDescription": "Bind the current workspace folder to a [SonarQube](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarQubeProductPage%22) or [SonarCloud](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarCloudProductPage%22) project. Requires connection details to be defined in the setting `#sonarlint.connectedMode.connections.sonarqube#` or `#sonarlint.connectedMode.connections.sonarcloud#`.\n\nBinding a workspace folder to a server project allows SonarLint to match, as much as possible, the same rules and settings as found on the server, and hence share the analysis configuration with other contributors.\n\nExample:\n\n \"sonarlint.connectedMode.project\": {\n \"projectKey\": \"my_project\",\n \"connectionId\":\"my_connection_id\"\n }\n\n",
"examples": [
{
"projectKey": "<replace_with_server_project_key>"
},
{
"connectionId": "<replace_with_connection_id>",
"projectKey": "<replace_with_server_project_key>"
}
],
"default": {},
"anyOf": [
{
"type": "object",
"properties": {
"serverId": {
"type": "string",
"description": "Identifier of the server connection declared in `#sonarlint.connectedMode.connections.sonarqube#` or `#sonarlint.connectedMode.connections.sonarcloud#`"
},
"projectKey": {
"type": "string",
"description": "Key of the project in SonarQube/SonarCloud"
}
},
"additionalProperties": false,
"required": [
"serverId",
"projectKey"
],
"deprecationMessage": "Replace `serverId` attribute by `connectionId`."
},
{
"type": "object",
"properties": {
"connectionId": {
"type": "string",
"description": "Identifier of the server connection declared in `#sonarlint.connectedMode.connections.sonarqube#` or `#sonarlint.connectedMode.connections.sonarcloud#`"
},
"projectKey": {
"type": "string",
"description": "Key of the project in SonarQube/SonarCloud (can be found on project homepage)"
}
},
"additionalProperties": false,
"required": [
"projectKey"
]
}
],
"scope": "resource"
},
"sonarlint.pathToNodeExecutable": {
"order": 10,
"type": "string",
"markdownDescription": "Path to a Node.js executable (18.18 or more recent) used to analyze JavaScript and TypeScript code. \nOn Windows, backslashes must be escaped, e.g. `C:\\\\Program Files\\\\NodeJS\\\\20-lts\\\\bin\\\\node.exe`",
"scope": "machine"
},
"sonarlint.pathToCompileCommands": {
"order": 11,
"type": "string",
"markdownDescription": "Path to the active compilation database, e.g. `C:\\\\Repos\\\\MyProject\\\\compile_commands.json`",
"scope": "resource"
},
"sonarlint.testFilePattern": {
"order": 12,
"type": "string",
"default": "",
"markdownDescription": "Files whose name match this [glob pattern](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob) are considered as test files by analyzers. Most rules are *not* evaluated on test files.\n\nIn [Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22), this setting is configured **on the server-side** and shared among all contributors.\n\nExample: `**/test/**,**/*test*,**/*Test*`",
"scope": "resource"
},
"sonarlint.analysisExcludesStandalone": {
"order": 13,
"type": "string",
"default": "",
"markdownDescription": "Files whose name match this [glob pattern](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob) will not be processed by analyzers. In [Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22) with SonarQube or SonarCloud, this property will be ignored and the server's exclusion settings will be applied. No rules are evaluated on excluded files. Example: `**/lib/**,**/*generated*`",
"scope": "resource"
},
"sonarlint.ls.javaHome": {
"order": 20,
"type": "string",
"markdownDescription": "Path to a Java Runtime Environment (17 or more recent) used to launch the SonarLint Language Server.\n* On Windows, backslashes must be escaped, e.g. `C:\\\\Program Files\\\\Java\\\\jdk-17` \n* On macOS, this path should include the `/Contents/Home` directory, e.g `/Library/Java/JavaVirtualMachines/corretto-17.0.5/Contents/Home`",
"scope": "machine"
},
"sonarlint.ls.vmargs": {
"order": 21,
"type": "string",
"markdownDescription": "Extra JVM arguments used to launch the SonarLint Language Server. e.g. `-Xmx1024m`",
"scope": "machine"
},
"sonarlint.output.showVerboseLogs": {
"order": 90,
"type": "boolean",
"default": false,
"description": "Enable verbose log level in the SonarLint output.",
"scope": "window"
},
"sonarlint.output.showAnalyzerLogs": {
"order": 91,
"type": "boolean",
"default": false,
"description": "Show analyzer's logs in the SonarLint output.",
"scope": "window"
},
"sonarlint.analyzerProperties": {
"order": 92,
"type": "object",
"patternProperties": {
"^.*$": {
"type": "string",
"markdownDescription": "One entry value"
},
"additionalProperties": false
},
"markdownDescription": "Extra properties that could be passed to the code analyzers. Only for advanced use cases.",
"scope": "resource"
},
"sonarlint.trace.server": {
"order": 98,
"default": "off",
"description": "Traces the communication between VS Code and the SonarLint language server.",
"scope": "window",
"anyOf": [
{
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off"
},
{
"type": "object",
"properties": {
"verbosity": {
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off"
},
"format": {
"type": "string",
"enum": [
"text",
"json"
],
"default": "text"
}
},
"additionalProperties": false
}
]
},
"sonarlint.disableTelemetry": {
"order": 99,
"type": "boolean",
"default": false,
"markdownDescription": "Disable sending anonymous usage statistics to SonarSource. Click [here](https://github.com/SonarSource/sonarlint-vscode/blob/master/telemetry-sample.md) to see a sample of the data that are collected.",
"scope": "window"
},
"sonarlint.focusOnNewCode": {
"order": 100,
"type": "boolean",
"default": false,
"markdownDescription": "Highlight issues in new code.\n\nFocusing on new code helps you practice [Clean as You Code](https://docs.sonarsource.com/sonarlint/vs-code/clean-as-you-code-in-the-ide/).\n\nIn [Connected Mode](https://docs.sonarsource.com/sonarlint/vs-code/team-features/connected-mode/) you benefit from a more accurate new code definition based on your SonarQube or SonarCloud settings.\n\nWithout Connected Mode (in standalone mode), any code added or changed in the **last 30 days** is considered new code.",
"scope": "window"
}
}
},
"commands": [
{
"command": "SonarLint.ShowSonarLintOutput",
"title": "Show SonarLint Output",
"category": "SonarLint"
},
{
"command": "SonarLint.ReopenLocalIssues",
"title": "Reopen Local Issues for current file",
"category": "SonarLint"
},
{
"command": "SonarLint.AnalyseOpenFile",
"title": "Analyse current file ignoring excludes",
"category": "SonarLint"
},
{
"command": "SonarLint.ConfigureCompilationDatabase",
"title": "Configure the compilation database for C and C++ analysis",
"category": "SonarLint"
},
{
"command": "SonarLint.AutoBindWorkspaceFolders",
"title": "Bind all workspace folders to SonarQube or SonarCloud",
"category": "SonarLint"
},
{
"command": "SonarLint.DeactivateRule",
"title": "Deactivate",
"icon": "$(x)",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ActivateRule",
"title": "Activate",
"icon": "$(check)",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ResetDefaultRule",
"title": "Reset",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ShowAllRules",
"title": "All",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ShowActiveRules",
"title": "Active",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ShowInactiveRules",
"title": "Inactive",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ScanForHotspotsInFolder",
"title": "In Whole Folder",
"enablement": "view == SonarLint.SecurityHotspots && SonarLint.Hotspots.ShowMode == 'OpenFiles'"
},
{
"command": "SonarLint.ShowHotspotsInOpenFiles",
"title": "In Open Files",
"enablement": "view == SonarLint.SecurityHotspots && SonarLint.Hotspots.ShowMode == 'Folder'"
},
{
"command": "SonarLint.FindRuleByKey",
"title": "Find Rule By Key",
"enablement": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ClearLocations",
"title": "Clear",
"enablement": "view == SonarLint.IssueLocations || view == SonarLint.SecurityHotspots"
},
{
"command": "SonarLint.ClearHotspotLocations",
"title": "Clear Highlighting",
"enablement": "view == SonarLint.SecurityHotspots"
},
{
"command": "SonarLint.ConnectToSonarQube",
"title": "Connect to SonarQube",
"category": "SonarLint",
"icon": "$(plus)"
},
{
"command": "SonarLint.ConnectToSonarCloud",
"title": "Connect to SonarCloud",
"category": "SonarLint",
"icon": "$(plus)"
},
{
"command": "SonarLint.EditSonarQubeConnection",
"title": "Edit SonarQube Connection",
"category": "SonarLint",
"icon": "$(pencil)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.EditSonarCloudConnection",
"title": "Edit SonarCloud Connection",
"category": "SonarLint",
"icon": "$(pencil)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.AddProjectBinding",
"title": "Add Project Binding",
"category": "SonarLint",
"icon": "$(plus)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.RemoveConnection",
"title": "Remove Connection",
"category": "SonarLint",
"icon": "$(trash)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.EditProjectBinding",
"title": "Edit Project Binding",
"category": "SonarLint",
"icon": "$(pencil)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.RemoveProjectBinding",
"title": "Remove Project Binding",
"category": "SonarLint",
"icon": "$(trash)",
"enablement": "view == SonarLint.ConnectedMode"
},
{
"command": "SonarLint.OpenHotspotOnServer",
"title": "Review on Server",
"category": "SonarLint",
"enablement": "view == SonarLint.SecurityHotspots && viewItem == knownHotspotItem"
},
{
"command": "SonarLint.ShowHotspotRuleDescription",
"title": "Show Rule Description",
"category": "SonarLint",
"enablement": "view == SonarLint.SecurityHotspots && viewItem == newHotspotItem"
},
{
"command": "SonarLint.ShowHotspotDetails",
"title": "Show Hotspot Details",
"category": "SonarLint",
"enablement": "view == SonarLint.SecurityHotspots && (viewItem == knownHotspotItem || viewItem == remoteHotspotItem)"
},
{
"command": "SonarLint.HideHotspot",
"title": "Hide Security Hotspot",
"category": "SonarLint",
"enablement": "view == SonarLint.SecurityHotspots && viewItem == remoteHotspotItem"
},
{
"command": "SonarLint.ChangeHotspotStatus",
"title": "Change Status",
"category": "SonarLint",
"enablement": "view == SonarLint.SecurityHotspots && viewItem == knownHotspotItem"
},
{
"command": "SonarLint.HelpAndFeedbackLinkClicked",
"title": "Share feedback",
"category": "SonarLint"
},
{
"command": "SonarLint.EnableVerboseLogs",
"title": "Enable Verbose Logging",
"category": "SonarLint"
},
{
"command": "SonarLint.ShareConnectedModeConfiguration",
"title": "Share Connected Mode Configuration",
"category": "SonarLint",
"icon": "$(export)",
"enablement": "view == SonarLint.ConnectedMode"
}
],
"viewsContainers": {
"activitybar": [
{
"icon": "images/sonarqube_for_ide.svg",
"id": "SonarLint",
"title": "SonarLint"
}
]
},
"views": {
"explorer": [
{
"id": "SonarLint.IssueLocations",
"name": "SonarLint Issue Locations"
}
],
"SonarLint": [
{
"id": "SonarLint.AllRules",
"name": "Rules"
},
{
"id": "SonarLint.ConnectedMode",
"name": "Connected Mode"
},
{
"id": "SonarLint.SecurityHotspots",
"name": "Security Hotspots",
"visibility": "collapsed"
},
{
"id": "SonarLint.HelpAndFeedback",
"name": "Help and Feedback"
}
]
},
"viewsWelcome": [
{
"view": "SonarLint.IssueLocations",
"contents": "No locations to show.\nUse \"Show all locations\" code action from a SonarLint issue."
},
{
"view": "SonarLint.ConnectedMode",
"contents": "[Connected Mode](command:SonarLint.HelpAndFeedbackLinkClicked?%22connectedModeDocs%22) links SonarLint to SonarQube or SonarCloud to apply the same Clean Code standards as your team.\n\n[Add SonarQube Connection](command:SonarLint.ConnectToSonarQube)\n[Add SonarCloud Connection](command:SonarLint.ConnectToSonarCloud)\n\nAnalyze more languages, detect more issues on the whole project, receive notifications about the quality gate status, and more.\n\nQuality Profiles and file exclusion settings defined on the server are shared between all connected users.\n\nDiscover which option is the best for your team [here](command:SonarLint.HelpAndFeedbackLinkClicked?%22compareServerProducts%22)."
},
{
"view": "SonarLint.SecurityHotspots",
"contents": "Please ensure a connection to [SonarQube](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarQubeProductPage%22) 9.9+ or [SonarCloud](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarCloudProductPage%22) is set up. Detected Security Hotspots will be displayed here. [Learn More](https://docs.sonarsource.com/sonarlint/vs-code/using-sonarlint/security-hotspots).\n Using the In Whole Folder feature may consume excessive resources depending on the size of your project. Please check the [documentation](https://docs.sonarsource.com/sonarlint/vs-code/using-sonarlint/security-hotspots/#reporting-security-hotspots-in-the-whole-folder) for recommendations to minimize the impact of a full project analysis."
}
],
"walkthroughs": [
{
"id": "SonarLint.walkthrough",
"title": "Welcome to SonarLint!",
"description": "Your Clean Code journey starts here.",
"steps": [
{
"id": "SonarLint.inAction",
"title": "$(rocket) New to SonarLint? See it in action",
"description": "SonarLint for VSCode supports analysis of 15+ languages including JS/TS, Java, Python, CSS/HTML, C, C++, C#, and [more](https://docs.sonarsource.com/sonarlint/vs-code/using-sonarlint/rules). SonarLint detects issues in all files **open** in the editor. For project-level analysis, check out [SonarCloud](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarCloudProductPage%22).\n\nThe best way to get started is to see it in action!\n[Open Sample File](command:SonarLint.OpenSample)",
"media": {
"markdown": "walkthrough/empty.md"
},
"completionEvents": [
"onView:workbench.panel.markers.view"
]
},
{
"id": "SonarLint.learnMoreAboutIssues",
"title": "$(book) Learn more about issues",
"description": "Check the [Problems view](command:workbench.panel.markers.view.focus): SonarLint has found something $(warning).\nRight-click on the issue found by SonarLint.\nOpen the rule description: SonarLint clearly explains why this is an issue.\nFor certain rules and issues, SonarLint will suggest available Quick Fixes.",
"media": {
"markdown": "walkthrough/empty.md"
},
"completionEvents": [
"onCommand:SonarLint.OpenStandaloneRuleDesc"
]
},
{
"id": "SonarLint.connectedModeIntro",
"title": "$(link) Connect with your team",
"description": "Apply the same Clean Code standards as your team by using SonarLint in Connected Mode with [SonarQube](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarQubeProductPage%22) or [SonarCloud](command:SonarLint.HelpAndFeedbackLinkClicked?%22sonarCloudProductPage%22).\n**Already using SonarQube or SonarCloud?** Set up connection in the CONNECTED MODE view.\n[Set up Connection](command:SonarLint.ConnectedMode.focus)",
"media": {
"markdown": "walkthrough/empty.md"
},
"completionEvents": [
"onView:SonarLint.ConnectedMode"
]
},
{
"id": "SonarLint.reachOut",
"title": "$(comment-discussion) Share feedback or ask for help",
"description": "You suspect your code has issues but don't see any problems detected by SonarLint? [Enable verbose logging](command:SonarLint.EnableVerboseLogs) and check the output in the SonarLint Output window\n[Check Output](command:SonarLint.ShowSonarLintOutput)\n\nYou'd like to learn more about SonarLint, or give us feedback? Check out the [Help and Feedback view](command:SonarLint.HelpAndFeedback.focus)\n\n",
"media": {
"markdown": "walkthrough/empty.md"
},
"completionEvents": [
"onView:SonarLint.HelpAndFeedback"
]
}
]
}
],
"menus": {
"view/title": [
{
"command": "SonarLint.ShowAllRules",
"when": "view == SonarLint.AllRules",
"group": "navigation"
},
{
"command": "SonarLint.ShowActiveRules",
"when": "view == SonarLint.AllRules",
"group": "navigation"
},
{
"command": "SonarLint.ShowInactiveRules",
"when": "view == SonarLint.AllRules",
"group": "navigation"
},
{
"command": "SonarLint.ScanForHotspotsInFolder",
"when": "view == SonarLint.SecurityHotspots",
"group": "navigation"
},
{
"command": "SonarLint.ShowHotspotsInOpenFiles",
"when": "view == SonarLint.SecurityHotspots",
"group": "navigation"
},
{
"command": "SonarLint.FindRuleByKey",
"when": "view == SonarLint.AllRules"
},
{
"command": "SonarLint.ClearLocations",
"when": "view == SonarLint.IssueLocations",
"group": "navigation"
},
{
"command": "SonarLint.ConnectToSonarQube",
"when": "view == SonarLint.ConnectedMode",
"group": "inline"
},
{
"command": "SonarLint.ConnectToSonarCloud",
"when": "view == SonarLint.ConnectedMode",
"group": "inline"
}
],
"view/item/context": [
{
"command": "SonarLint.DeactivateRule",
"when": "view == SonarLint.AllRules && viewItem == rule-on",
"group": "inline"
},
{
"command": "SonarLint.ActivateRule",
"when": "view == SonarLint.AllRules && viewItem == rule-off",
"group": "inline"
},
{
"command": "SonarLint.ConnectToSonarQube",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarQubeGroup",
"group": "inline"
},
{
"command": "SonarLint.ConnectToSonarCloud",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarCloudGroup",
"group": "inline"
},
{
"command": "SonarLint.EditSonarQubeConnection",
"title": "Edit",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarqubeConnection",
"group": "inline"
},
{
"command": "SonarLint.EditSonarCloudConnection",
"title": "Edit",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarcloudConnection",
"group": "inline"
},
{
"command": "SonarLint.AddProjectBinding",
"title": "Add Project Binding",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarcloudConnection || viewItem == sonarqubeConnection",
"group": "inline"
},
{
"command": "SonarLint.RemoveConnection",
"title": "Remove",
"when": "view == SonarLint.ConnectedMode && viewItem == sonarcloudConnection || viewItem == sonarqubeConnection",
"group": "inline"
},
{
"command": "SonarLint.EditProjectBinding",
"title": "Edit",
"when": "view == SonarLint.ConnectedMode && viewItem == workspaceFolder",
"group": "inline"
},
{
"command": "SonarLint.RemoveProjectBinding",
"title": "Remove",
"when": "view == SonarLint.ConnectedMode && viewItem == workspaceFolder",
"group": "inline"
},
{
"command": "SonarLint.ShareConnectedModeConfiguration",
"title": "Share",
"when": "view == SonarLint.ConnectedMode && viewItem == workspaceFolder",
"group": "inline"
},
{
"command": "SonarLint.ShowHotspotRuleDescription",
"title": "Show Rule Description",
"when": "view == SonarLint.SecurityHotspots && viewItem == newHotspotItem"
},
{
"command": "SonarLint.ShowHotspotDetails",
"title": "Show Hotspot Details",
"when": "view == SonarLint.SecurityHotspots && (viewItem == knownHotspotItem || viewItem == remoteHotspotItem)"
},
{
"command": "SonarLint.ChangeHotspotStatus",
"title": "Change Status",
"when": "view == SonarLint.SecurityHotspots && viewItem == knownHotspotItem"
},
{
"command": "SonarLint.OpenHotspotOnServer",
"title": "Review on Server",
"when": "view == SonarLint.SecurityHotspots && viewItem == knownHotspotItem"
},
{
"command": "SonarLint.ClearHotspotLocations",
"title": "Clear Highlighting",
"when": "view == SonarLint.SecurityHotspots && viewItem == newHotspotItem || viewItem == knownHotspotItem || viewItem == remoteHotspotItem"
},
{
"command": "SonarLint.HideHotspot",
"title": "Hide Security Hotspot",
"category": "SonarLint",
"when": "view == SonarLint.SecurityHotspots && viewItem == remoteHotspotItem"
}
]
},
"colors": [
{
"id": "sonarlint.locations.background",
"description": "Background color for highlighted secondary locations of SonarLint issues",
"defaults": {
"light": "#f2dede",
"dark": "#523e3e",
"highContrast": "#523e3e"
}
},
{
"id": "sonarlint.locations.indexText",
"description": "Text color for secondary location index of SonarLint issues",
"defaults": {
"light": "#fff",
"dark": "#ccc",
"highContrast": "#ccc"
}
},
{
"id": "sonarlint.locations.indexBackground",
"description": "Background color for secondary location index of SonarLint issues",
"defaults": {
"light": "#d18582",
"dark": "#74232f",
"highContrast": "#74232f"
}
},
{
"id": "sonarlint.locations.indexSelectedText",
"description": "Text color for active secondary location index of SonarLint issues",
"defaults": {
"light": "#fff",
"dark": "#fff",
"highContrast": "#fff"
}
},
{
"id": "sonarlint.locations.indexSelectedBackground",
"description": "Background color for active secondary location index of SonarLint issues",
"defaults": {
"light": "#a4030f",
"dark": "#b4131f",
"highContrast": "#b4131f"
}
}
],
"icons": {
"security-hotspot": {
"description": "Security Hotspot",
"default": {
"fontPath": "icons/sonarlint.woff",
"fontCharacter": "H"
}
}
}
},
"main": "./dist/extension",
"files": [
"server/sonarlint-ls.jar",
"analyzers"
],
"scripts": {
"vscode:prepublish": "node scripts/prepare.mjs && webpack --mode production",
"compile": "tsc -p ./",
"webpack": "webpack --mode development",
"pretest": "webpack --mode development && tsc -p ./",
"test": "node out/test/runTest.js",
"test-cov": "node out/test/runTest.js --coverage",
"prepare": "node scripts/prepare.mjs",
"cyclonedx-run": "cyclonedx-npm",
"cyclonedx": "node build-sonarlint/sbomGeneration.mjs",
"deploy-all": "node build-sonarlint/deployAll.mjs",
"deploy-universal": "node build-sonarlint/deploy.mjs",
"package": "node build-sonarlint/package.mjs",
"package-all": "node build-sonarlint/package-all.mjs"
},
"dependencies": {
"@vscode/webview-ui-toolkit": "1.0.0",
"compare-versions": "4.1.3",
"diff": "^5.1.0",
"expand-home-dir": "0.0.3",
"find-java-home": "1.2.2",
"follow-redirects": "^1.15.6",
"globby": "^14.0.2",
"highlight.js": "^11.7.0",
"inly": "4.0.8",
"luxon": "^3.2.1",
"node-fetch": "^2.7.0",
"node-html-parser": "^6.1.5",
"path-exists": "4.0.0",
"properties": "1.2.1",
"supports-color": "^9.4.0",
"tar": "^7.2.0",
"underscore": "^1.13.6",
"vscode-languageclient": "^8.0.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"@cyclonedx/bom": "^4.1.0",
"@types/chai": "^4.3.9",
"@types/follow-redirects": "^1.14.4",
"@types/glob": "8.0.0",
"@types/lodash": "^4.14.194",
"@types/luxon": "^3.2.0",
"@types/mocha": "10.0.0",
"@types/node": "^10.17.17",
"@types/vscode": "^1.73.1",
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "2.21.1",
"chai": "^4.3.10",
"crypto": "^0.0.3",
"dateformat": "^2.0.0",
"del": "^2.2.2",
"expect.js": "^0.3.1",
"fancy-log": "1.3.3",
"fs-extra": "^11.1.1",
"glob": "^8.0.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-instrument": "^6.0.0",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.1.6",
"map-stream": "^0.1.0",
"mocha": "^10.7.3",
"mocha-multi-reporters": "^1.5.1",
"openpgp": "^5.11.1",
"prettier": "2.0.5",
"sonarqube-scanner": "^4.2.3",
"stream": "^0.0.2",
"through2": "^2.0.5",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"vinyl": "^2.2.1",
"webpack": "^5.94.0",
"webpack-cli": "4.10.0"
},
"prettier": {
"jsxBracketSameLine": true,
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "avoid",
"trailingComma": "none",
"bracketSpacing": true
}
}