-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
784 lines (784 loc) · 26.1 KB
/
Copy pathpackage.json
File metadata and controls
784 lines (784 loc) · 26.1 KB
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
{
"name": "neuropilot",
"displayName": "NeuroPilot",
"private": true,
"description": "Allows Neuro-sama to either act as a companion/copilot or control Visual Studio Code by herself.",
"icon": "assets/heart-xaendril.png",
"version": "2.0.3",
"publisher": "Pasu4",
"repository": "https://github.com/VSC-NeuroPilot/neuropilot",
"homepage": "https://vsc-neuropilot.github.io/neuropilot",
"license": "MIT",
"engines": {
"vscode": "^1.95.0"
},
"categories": [
"AI",
"Programming Languages",
"Machine Learning"
],
"activationEvents": [
"*"
],
"qna": false,
"main": "./out/desktop/extension.js",
"browser": "./out/web/extension.js",
"contributes": {
"chatParticipants": [
{
"id": "neuropilot.api",
"name": "neuroapi",
"fullName": "Neuro API (custom name selected)",
"description": "Chat with the connected server",
"when": "config.neuropilot.currentlyAsNeuroAPI != 'Neuro' && config.neuropilot.currentlyAsNeuroAPI != 'Evil'",
"isSticky": true,
"commands": [
{
"name": "fix",
"description": "Ask the server to fix an error"
},
{
"name": "explain",
"description": "Ask the server to explain something in your code"
}
]
},
{
"id": "neuropilot.neuro",
"name": "neuro",
"fullName": "Neuro-sama",
"description": "Chat with Neuro-sama",
"when": "config.neuropilot.currentlyAsNeuroAPI == 'Neuro'",
"isSticky": true,
"commands": [
{
"name": "fix",
"description": "Ask Neuro to fix an error"
},
{
"name": "explain",
"description": "Ask Neuro to explain something in your code"
}
]
},
{
"id": "neuropilot.evil",
"name": "evil",
"fullName": "Evil Neuro",
"description": "Chat with Evil Neuro",
"when": "config.neuropilot.currentlyAsNeuroAPI === 'Evil'",
"isSticky": true,
"commands": [
{
"name": "fix",
"description": "Ask Evil to fix an error"
},
{
"name": "explain",
"description": "Ask Evil to explain something in your code"
}
]
}
],
"commands": [
{
"command": "neuropilot.reconnect",
"title": "Reconnect",
"category": "NeuroPilot"
},
{
"command": "neuropilot.moveNeuroCursorHere",
"title": "Move Neuro's Cursor Here",
"category": "NeuroPilot"
},
{
"command": "neuropilot.sendCurrentFile",
"title": "Send Current File As Context",
"category": "NeuroPilot"
},
{
"command": "neuropilot.giveCookie",
"title": "Give Cookie",
"category": "NeuroPilot"
},
{
"command": "neuropilot.reloadPermissions",
"title": "Reload Permissions",
"category": "NeuroPilot"
},
{
"command": "neuropilot.disableAllPermissions",
"title": "Disable All Permissions",
"category": "NeuroPilot"
},
{
"command": "neuropilot.acceptRceRequest",
"title": "Accept Neuro's Request",
"category": "NeuroPilot"
},
{
"command": "neuropilot.denyRceRequest",
"title": "Deny Neuro's Request",
"category": "NeuroPilot"
},
{
"command": "neuropilot.revealRceNotification",
"title": "Reveal Neuro's Request",
"category": "NeuroPilot"
},
{
"command": "neuropilot.fixWithNeuro",
"title": "Ask Neuro to fix",
"category": "NeuroPilot"
},
{
"command": "neuropilot.explainWithNeuro",
"title": "Ask Neuro to explain",
"category": "NeuroPilot"
},
{
"command": "neuropilot.switchNeuroAPIUser",
"title": "Switch Neuro API user name",
"category": "NeuroPilot"
},
{
"command": "neuropilot.refreshExtensionDependencyState",
"title": "Refresh extension dependencies (workaround, will be deprecated soon)",
"category": "NeuroPilot"
},
{
"command": "neuropilot.showDocsHomepage",
"title": "Open the docs site",
"category": "NeuroPilot"
},
{
"command": "neuropilot.openSpecificDocsPage",
"title": "Open a specific page in the docs",
"category": "NeuroPilot"
}
],
"configuration": [
{
"title": "NeuroPilot",
"properties": {
"neuropilot.websocketUrl": {
"type": "string",
"default": "ws://localhost:8000",
"description": "The URL to connect to the Neuro API"
},
"neuropilot.gameName": {
"type": "string",
"default": "Visual Studio Code",
"description": "The name to use for this \"game\""
},
"neuropilot.initialContext": {
"type": "string",
"default": "You are using an extension in Visual Studio Code that allows you to code together with Vedal.",
"description": "The initial context to sent to Neuro-sama (or whatever is connected to NeuroPilot)",
"editPresentation": "multilineText"
},
"neuropilot.currentlyAsNeuroAPI": {
"type": "string",
"markdownDescription": "Who is currently acting as the Neuro API server?\nThis only changes the name in certain areas (such as Copilot-mode requests or Git commit messages) due to limitations.\n\nYou can add custom characters using `settings.json` if you ignore the lint error from VS Code.\n\n(Most) names mentioned here are not associated with NeuroPilot.",
"default": "Neuro",
"enum": [
"Neuro",
"Evil",
"Randy",
"Jippity",
"Tony",
"Gary"
],
"enumDescriptions": [
"#1 at osu!",
"Evil, but actually nice.",
"Random Dot Range (Alex)",
"A GPT model (EnterpriseScratchDev)",
"The human operator (Pasu4)",
"Literally in your computer walls (Govorunb)"
]
},
"neuropilot.docsURL": {
"type": "string",
"default": "https://vsc-neuropilot.github.io/docs",
"markdownDescription": "If you're using a mirror of the docs site, put its URL here.\n\nYou will most likely not need to change this, unless you are modifying the docs themselves."
},
"neuropilot.beforeContext": {
"type": "integer",
"default": 500,
"description": "The number of lines before the cursor position to include as context when editing a file or sending a completion request"
},
"neuropilot.afterContext": {
"type": "integer",
"default": 500,
"description": "The number of lines after the cursor position to include as context when editing a file or sending a completion request"
},
"neuropilot.maxCompletions": {
"type": "integer",
"default": 3,
"description": "The maximum number of completions to request"
},
"neuropilot.completionTrigger": {
"type": "string",
"default": "invokeOnly",
"description": "When to trigger completions",
"enum": [
"off",
"invokeOnly",
"automatic"
],
"enumDescriptions": [
"Disable inline completion suggestions",
"Only request completions when the user explicitly invokes the completion provider",
"Automatically request completions when the user stops typing"
]
},
"neuropilot.timeout": {
"type": "integer",
"default": 10000,
"description": "The timeout in milliseconds for completions and chat responses in ms"
},
"neuropilot.includePattern": {
"type": "string",
"default": "**/*",
"markdownDescription": "A glob pattern for files Neuro is allowed to open, i.e. she will be unable to open files that don't match this pattern. Separate multiple patterns with a newline.",
"editPresentation": "multilineText"
},
"neuropilot.excludePattern": {
"type": "string",
"default": "**/node_modules/**\n**/venv/**\nCNAME",
"markdownDescription": "A glob pattern for files Neuro is not allowed to open. Applied after the include pattern. Files and folders beginning with a dot are always excluded, regardless of this setting. Separate multiple patterns with a newline.",
"editPresentation": "multilineText"
},
"neuropilot.terminals": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name Neuro can reference this terminal by"
},
"path": {
"type": "string",
"description": "The path to the terminal executable"
},
"args": {
"type": "array",
"items": {
"type": "string"
},
"description": "The arguments to pass to the terminal executable"
}
},
"required": [
"name",
"path"
],
"additionalProperties": false
},
"markdownDescription": "A list of terminals Neuro can use.\nChanging this requires a [permission reload](command:neuropilot.reloadPermissions).",
"default": [
{
"name": "PowerShell",
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": []
},
{
"name": "Command Prompt",
"path": "C:\\Windows\\System32\\cmd.exe",
"args": [
"/K"
]
},
{
"name": "Git Bash",
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
"args": [
"-i"
]
}
]
},
"neuropilot.permission.openFiles": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro open files in the workspace. For security reasons, Neuro cannot open anything that starts with a dot or has a parent folder that starts with a dot (e.g. `.git`, `.vscode`, ...), unless you enable Allow Unsafe Paths.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.editActiveDocument": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro edit the active file directly.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.create": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro create new files and folders in the workspace.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.rename": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro rename files and folders in the workspace.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.delete": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro delete files and folders in the workspace.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.runTasks": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Let Neuro run workspace tasks defined in `tasks.json`.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.requestCookies": {
"type": "string",
"default": "Copilot",
"enum": [
"Off",
"Copilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution."
],
"markdownDescription": "Neuro may ask for cookies while coding.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.gitOperations": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to perform Git operations in the workspace.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.gitTags": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to create and delete tags in Git repositories.\nAlso requires [Git Operations](vscode://settings/neuropilot.permission.gitOperations) permission to be enabled.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.gitRemotes": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to push, pull and fetch commits.\nAlso requires [Git Operations](vscode://settings/neuropilot.permission.gitOperations) permission to be enabled.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.editRemoteData": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to add, remove and rename remotes.\nAlso requires [Git Operations](vscode://settings/neuropilot.permission.gitOperations) & [Git Remotes](vscode://settings/neuropilot.permission.gitRemotes) permissions to be enabled.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.gitConfigs": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to view and edit Git configuration in the workspace.\nAlso requires [Git Operations](vscode://settings/neuropilot.permission.gitOperations) permission to be enabled.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.terminalAccess": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro __direct terminal access__. Be very careful with this.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.permission.accessLintingAnalysis": {
"type": "string",
"default": "Off",
"enum": [
"Off",
"Copilot",
"Autopilot"
],
"enumDescriptions": [
"Disable this permission.",
"Require approval before execution.",
"Execute without oversight."
],
"markdownDescription": "Allow Neuro to get access to linting problems within loaded files.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if turned from \"on\" to off, and vice versa."
},
"neuropilot.showTimeOnTerminalStart": {
"type": "boolean",
"default": true,
"markdownDescription": "Display the date and time of when a terminal is started by Neuro."
},
"neuropilot.terminalContextDelay": {
"type": "number",
"default": 400,
"markdownDescription": "The time in ms to wait for the terminal to print more output before sending context to Neuro. This is to prevent sending multiple context messages if the terminal doesn't print fast enough."
},
"neuropilot.allowUnsafePaths": {
"type": "boolean",
"default": false,
"markdownDescription": "Allow Neuro to view & edit files and folders in unsafe paths. These include:\n- files/folders starting with a '.'\n- parent directories and directories outside the workspace\n- Environmental variables\n\nNote that your include/exclude patterns are still respected."
},
"neuropilot.allowRunningAllTasks": {
"type": "boolean",
"default": false,
"markdownDescription": "Allow Neuro to run all tasks regardless of their prefix in their 'detail' key."
},
"neuropilot.sendNewLintingProblemsOn": {
"type": "string",
"default": "off",
"description": "If a new linting problem appears, on what condition should it be sent to Neuro?",
"enum": [
"off",
"inCurrentFile",
"inWorkspace"
],
"enumItemLabels": [
"When manually checked",
"If it's in the current file",
"If it's any Neuro-safe file in the workspace"
],
"enumDescriptions": [
"Only when Neuro explicitly checks for it.",
"If a new problem appears in the file she is currently viewing.",
"When a new problem appears anywhere in the workspace."
]
},
"neuropilot.sendSaveNotifications": {
"type": "boolean",
"default": true,
"markdownDescription": "Automatically send save notifications to Neuro."
},
"neuropilot.requestExpiryTimeout": {
"type": "number",
"default": 0,
"markdownDescription": "The time to wait (in milliseconds) before automatically rejecting Copilot-mode action requests from Neuro.\nSetting this to 0 will cause the requests to never expire."
},
"neuropilot.hideCopilotRequests": {
"type": "boolean",
"default": false,
"markdownDescription": "Don't immediately show Copilot-mode action requests, requiring clicking the status bar item to reveal them."
},
"neuropilot.cursorFollowsNeuro": {
"type": "boolean",
"default": false,
"markdownDescription": "Make the real cursor follow Neuro's cursor."
},
"neuropilot.defaultOpenDocsWindow": {
"type": "string",
"default": "ask",
"enum": [
"ask",
"alwaysBrowser",
"alwaysWebView"
],
"enumItemLabels": [
"Ask where to open",
"Always open in browser",
"Always open in a WebView"
],
"enumDescriptions": [
"Always ask where to open the docs",
"Always open docs in your browser",
"Always open docs in a new WebView window"
],
"markdownDescription": "Choose where to open docs links.\n\nThis applies to both docs commands."
},
"neuropilot.disabledActions": {
"type": "array",
"default": [],
"items": {
"type": "string",
"enum": [
"abort_merge",
"add_file_to_git",
"add_git_remote",
"create_file",
"create_folder",
"delete_file_or_folder",
"delete_git_branch",
"delete_lines",
"delete_tag",
"delete_text",
"diff_files",
"execute_in_terminal",
"fetch_git_commits",
"find_text",
"get_content",
"get_currently_running_shells",
"get_cursor",
"get_file_lint_problems",
"get_files",
"get_folder_lint_problems",
"get_git_config",
"get_workspace_lint_problems",
"git_blame",
"git_log",
"git_status",
"highlight_lines",
"init_git_repo",
"insert_lines",
"insert_text",
"kill_terminal_process",
"make_git_commit",
"merge_to_current_branch",
"new_git_branch",
"open_file",
"place_cursor",
"pull_git_commits",
"push_git_commits",
"read_file",
"remove_file_from_git",
"remove_git_remote",
"rename_file_or_folder",
"rename_git_remote",
"replace_text",
"request_cookie",
"rewrite_all",
"rewrite_lines",
"save",
"set_git_config",
"switch_git_branch",
"tag_head",
"terminate_task",
"undo"
]
},
"markdownDescription": "List of action names that Neuro can't use, regardless of other permission settings.\n\nRequires [reloading permissions](command:neuropilot.reloadPermissions) if changed."
},
"neuropilot.sendContentsOnFileChange": {
"type": "boolean",
"default": true,
"markdownDescription": "Send contents of a file to Neuro when you switch to it? If false, Neuro will still know what file you switched to, but won't get the contents. Neuro will never get the contents or the name of files that aren't Neuro-safe."
},
"neuropilot.cursorPositionContextStyle": {
"type": "string",
"default": "inline",
"markdownDescription": "The style to use for specifying the cursor position in context messages.",
"enum": [
"off",
"inline",
"lineAndColumn",
"both"
],
"enumItemLabels": [
"Off",
"Inline",
"Line and column",
"Inline + Line and column"
],
"markdownEnumDescriptions": [
"Cursor position will not be mentioned to Neuro",
"\"Cursor position denoted by `<<<|>>>`\"",
"\"Cursor is at 198:4\"",
"\"Cursor is at 198:4, denoted by `<<<|>>>`\""
]
},
"neuropilot.lineNumberContextFormat": {
"type": "string",
"default": "",
"markdownDescription": "The format to use for line numbers in context messages. This format will be prepended to every line. Use `{n}` for the line number. Edit in settings.json for examples.",
"examples": [
"",
"{n} ",
"{n}|",
"{n}: ",
"/* {n} */ ",
"L. {n}: "
]
}
}
}
],
"icons": {
"neuropilot-logo": {
"description": "NeuroPilot logo",
"default": {
"fontPath": "icons.woff",
"fontCharacter": "\\E900"
}
},
"neuropilot-heart": {
"description": "NeuroPilot heart",
"default": {
"fontPath": "icons.woff",
"fontCharacter": "\\E901"
}
}
}
},
"capabilities": {
"virtualWorkspaces": {
"supported": "limited",
"description": "In virtual workspaces, Terminal, Tasks, Git support (restricted on web) and Copilot Chat mode (restricted on web) is not available."
},
"untrustedWorkspaces": {
"supported": "limited",
"description": "Terminals and Tasks access will be forcefully disabled for Neuro. She will also be unable to access Neuro-unsafe paths and won't have all tasks registered.",
"restrictedConfigurations": [
"neuropilot.permission.directTerminalAccess",
"neuropilot.permission.runTasks",
"neuropilot.terminals",
"neuropilot.allowRunningAllTasks",
"neuropilot.allowUnsafePaths"
]
}
},
"scripts": {
"version:changesets": "changeset version --global-changelog",
"push": "tsx ./dual-publish.ts",
"vscode:prepublish": "pnpm build",
"build": "pnpm types && node esbuild.mjs",
"compile": "cross-env NODE_ENV=0 pnpm build",
"package": "cross-env NODE_ENV=1 pnpm build",
"lint": "eslint --fix",
"test": "vscode-test",
"postinstall": "husky",
"types": "npm-run-all -p build:*:tsc",
"types:watch": "npm-run-all -p watch:*:tsc",
"build:web": "npm-run-all -p build:web:*",
"build:desktop": "npm-run-all -p build:desktop:*",
"build:web:esbuild": "node esbuild.mjs --mode web",
"build:web:tsc": "tsc --noEmit --project tsconfig.web.json",
"build:desktop:esbuild": "node esbuild.mjs --mode desktop",
"build:desktop:tsc": "tsc --noEmit --project tsconfig.app.json",
"watch:web": "npm-run-all -p watch:web:*",
"watch:desktop": "npm-run-all -p watch:desktop:*",
"watch:web:esbuild": "node esbuild.mjs --watch --mode web",
"watch:web:tsc": "tsc --noEmit --watch --project tsconfig.web.json",
"watch:desktop:esbuild": "node esbuild.mjs --watch --mode desktop",
"watch:desktop:tsc": "tsc --noEmit --watch --project tsconfig.app.json"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin": "^2.9.0",
"@types/eslint__js": "^8.42.3",
"@types/glob-to-regexp": "^0.4.4",
"@types/node": "^20",
"@types/vscode": "^1.95.0",
"@types/ws": "^8.18.0",
"@vscode/vsce": "^3.6.0",
"chalk": "^5.4.1",
"cross-env": "^7.0.3",
"esbuild": "^0.25.5",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^9.13.0",
"eslint-plugin-unicorn": "^60.0.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"npm-run-all": "^4.1.5",
"ovsx": "^0.10.5",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0"
},
"dependencies": {
"file-type": "^21.0.0",
"glob-to-regexp": "^0.4.1",
"jsonschema": "^1.5.0",
"neuro-game-sdk": "^1.0.5"
}
}