-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
706 lines (706 loc) · 25.5 KB
/
package.json
File metadata and controls
706 lines (706 loc) · 25.5 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
{
"name": "prisma-insider",
"displayName": "Prisma - Insider",
"description": "This is the Insider Build of the Prisma VS Code extension (only use it if you are also using the dev version of the CLI).",
"version": "31.5.48",
"license": "Apache-2.0",
"icon": "logo_white.png",
"engines": {
"vscode": "^1.96.0"
},
"publisher": "Prisma",
"categories": [
"Programming Languages"
],
"dependencies": {
"@hono/node-server": "1.19.11",
"@prisma/credentials-store": "7.4.2",
"@prisma/dev": "0.20.0",
"@prisma/language-server": "workspace:*",
"@prisma/management-api-sdk": "1.14.0",
"@prisma/ppg": "0.5.2",
"@prisma/studio-core-licensed": "0.14.0",
"checkpoint-client": "1.1.33",
"chokidar": "^4.0.3",
"env-paths": "^2.2.1",
"execa": "5.1.1",
"foreground-child": "3.3.1",
"get-port": "5.1.1",
"hono": "4.12.7",
"minimatch": "6.2.3",
"openapi-fetch": "0.17.0",
"postgres": "3.4.8",
"prisma-6-language-server": "npm:@prisma/language-server@6.19.0-hotfix.1",
"vscode-languageclient": "7.0.0",
"watcher": "1.2.0",
"zod": "3.25.76"
},
"repository": {
"type": "git",
"url": "https://github.com/prisma/language-tools.git",
"directory": "packages/vscode"
},
"scripts": {
"build": "node esbuild.mjs --production",
"build:dev": "node esbuild.mjs",
"build:types": "tsc -p ./ --emitDeclarationOnly",
"watch": "node esbuild.mjs --watch",
"test:integration": "rm -rf ./dist-tests && node esbuild.mjs && tsc -p tsconfig.test.json && node dist-tests/__test__/runTest true",
"test:playwright": "playwright test",
"test:playwright:headless": "CI=true xvfb-run -a npm run test:playwright",
"vscode:prepublish": "pnpm run build",
"package": "vsce package --no-dependencies",
"typecheck": "tsc --noEmit"
},
"main": "./dist/extension.js",
"activationEvents": [
"onLanguage:prisma",
"workspaceContains:**/*.prisma"
],
"contributes": {
"languages": [
{
"id": "prisma",
"aliases": [
"Prisma",
"prisma"
],
"icon": {
"light": "./prisma_icon.svg",
"dark": "./prisma_icon.svg"
},
"extensions": [
".prisma"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "prisma",
"scopeName": "source.prisma",
"path": "./syntaxes/prisma.tmLanguage.json"
},
{
"injectTo": [
"source.js",
"source.ts",
"source.js.jsx",
"source.jsx",
"source.tsx",
"source.vue"
],
"scopeName": "inline.prisma",
"path": "./syntaxes/prisma-inlined.json",
"embeddedLanguages": {
"meta.embedded.block.prisma": "prisma"
}
},
{
"injectTo": [
"source.js",
"source.ts",
"source.js.jsx",
"source.jsx",
"source.tsx",
"source.vue"
],
"scopeName": "source.ts.prismaClientRawSQL",
"path": "./syntaxes/prismaClientRawSQL.json",
"embeddedLanguages": {
"meta.embedded.block.sql": "sql"
}
},
{
"scopeName": "markdown.prisma.codeblock",
"path": "./syntaxes/prisma.markdown.json",
"injectTo": [
"text.html.markdown"
],
"embeddedLanguages": {
"meta.embedded.block.prisma": "prisma"
}
}
],
"configuration": {
"type": "object",
"title": "Prisma",
"properties": {
"prisma.fileWatcher": {
"scope": "window",
"type": "boolean",
"default": true,
"description": "Enable, when checked, the File Watcher functionality for Prisma Client."
},
"prisma.trace.server": {
"scope": "window",
"type": "string",
"enum": [
"off",
"messages",
"verbose"
],
"default": "off",
"description": "Setting for logging between the VS Code extension and the language server."
},
"prisma.enableCodeLens": {
"type": "boolean",
"default": true
},
"prisma.enableDiagnostics": {
"type": "boolean",
"default": true
},
"prisma.scriptRunner": {
"type": "string",
"enum": [
"npx",
"pnpm",
"yarn"
],
"default": "npx"
},
"prisma.schemaPath": {
"type": "string",
"examples": [
"/path/to/your/schema.prisma"
],
"description": "If you have a Prisma schema file in a custom path, you will need to provide said path `/path/to/your/schema.prisma` to run generate"
},
"prisma.pinToPrisma6": {
"type": "boolean",
"default": false,
"description": "When enabled, the extension will use the Prisma 6 language server for the current workspace."
},
"prisma.hidePrisma6Prompts": {
"type": "boolean",
"default": false,
"description": "When enabled, the extension will not show prompts related to Prisma 6."
}
}
},
"commands": [
{
"command": "prisma.restartLanguageServer",
"title": "Restart Language Server",
"category": "Prisma"
},
{
"command": "prisma.filewatcherEnable",
"title": "Enable the File Watcher functionality for Prisma Client.",
"category": "Prisma"
},
{
"command": "prisma.filewatcherDisable",
"title": "Disable the File Watcher functionality for Prisma Client.",
"category": "Prisma"
},
{
"command": "prisma.enableCodeLens",
"title": "Enable CodeLens",
"category": "Prisma"
},
{
"command": "prisma.disableCodeLens",
"title": "Disable CodeLens",
"category": "Prisma"
},
{
"command": "prisma.generate",
"title": "Generate",
"category": "Prisma"
},
{
"command": "prisma.pinWorkspaceToPrisma6",
"title": "Pin the current workspace to Prisma 6",
"category": "Prisma"
},
{
"command": "prisma.unpinWorkspaceFromPrisma6",
"title": "Unpin the current workspace from Prisma 6",
"category": "Prisma"
},
{
"command": "prisma.refresh",
"title": "Refresh Prisma Postgres List",
"icon": "$(refresh)",
"category": "Prisma"
},
{
"command": "prisma.login",
"title": "Login to Prisma Platform Workspace",
"icon": "$(sign-in)",
"category": "Prisma"
},
{
"command": "prisma.logout",
"title": "Logout from Prisma Platform Workspace",
"icon": "$(sign-out)",
"category": "Prisma"
},
{
"command": "prisma.createProject",
"title": "Create Prisma Postgres Project",
"icon": "$(add)",
"category": "Prisma"
},
{
"command": "prisma.deleteProject",
"title": "Delete Prisma Postgres Project",
"icon": "$(trash)",
"category": "Prisma"
},
{
"command": "prisma.openProjectInPrismaConsole",
"title": "Open Project in Prisma Console",
"icon": "$(link-external)",
"category": "Prisma"
},
{
"command": "prisma.createRemoteDatabase",
"title": "Create Remote Prisma Postgres Database",
"icon": "$(add)",
"category": "Prisma"
},
{
"command": "prisma.createDevInstance",
"title": "Create Local Prisma Postgres Database",
"icon": "$(add)",
"category": "Prisma"
},
{
"command": "prisma.getRemoteDatabaseConnectionString",
"title": "Get Connection String",
"icon": "$(shield)",
"category": "Prisma"
},
{
"command": "prisma.openRemoteDatabaseInPrismaConsole",
"title": "Open Remote Prisma Postgres Database in Prisma Console",
"icon": "$(link-external)",
"category": "Prisma"
},
{
"command": "prisma.deleteRemoteDatabase",
"title": "Delete Remote Prisma Postgres Database",
"icon": "$(trash)",
"category": "Prisma"
},
{
"command": "prisma.studio.launch",
"title": "Launch Prisma Studio",
"category": "Prisma",
"icon": "$(link-external)"
},
{
"command": "prisma.studio.launchForDatabase",
"title": "Launch Prisma Studio",
"category": "Prisma",
"icon": "$(link-external)"
},
{
"command": "prisma.studio.getRemoteDatabaseConnectionString",
"title": "Get Remote Database Connection String",
"icon": "$(link-external)",
"category": "Prisma"
},
{
"command": "prisma.stopDevInstance",
"title": "Stop Local Database",
"category": "Prisma",
"icon": "$(debug-stop)"
},
{
"command": "prisma.startDevInstance",
"title": "Start Local Database",
"category": "Prisma",
"icon": "$(debug-start)"
},
{
"command": "prisma.copyDevInstanceURL",
"title": "Copy Local Database URL",
"category": "Prisma",
"icon": "$(clippy)"
},
{
"command": "prisma.deleteDevInstance",
"title": "Delete Local Database",
"category": "Prisma",
"icon": "$(trash)"
},
{
"command": "prisma.deployDevInstance",
"title": "Deploy Local Database",
"category": "Prisma",
"icon": "$(cloud-upload)"
}
],
"languageModelTools": [
{
"name": "prisma-migrate-status",
"tags": [
"prisma",
"database",
"migrations",
"postgres",
"mysql",
"sqlite"
],
"toolReferenceName": "prisma-migrate-status",
"displayName": "Prisma Migrate Status",
"modelDescription": "The prisma migrate status command looks up the migrations in ./prisma/migrations/* folder and the entries in the _prisma_migrations table and compiles information about the state of the migrations in your database.\nUse this tool instead of running `prisma migrate status` on the CLI.\nExample output:\n\nStatus\n3 migrations found in prisma/migrations\n\nYour local migration history and the migrations table from your database are different:\n\nThe last common migration is: 20201127134938_new_migration\n\nThe migration have not yet been applied:\n20201208100950_test_migration\n\nThe migrations from the database are not found locally in prisma/migrations:\n20201208100950_new_migration",
"userDescription": "The `prisma migrate status` command looks up the migration status of your database.",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg",
"inputSchema": {
"type": "object",
"properties": {
"projectCwd": {
"type": "string",
"description": "The current working directory of the user's project. This should be the top level directory of the project but in a monorepo setup could also be a specific package or app directory."
}
}
}
},
{
"name": "prisma-migrate-dev",
"tags": [
"prisma",
"database",
"migrations",
"postgres",
"mysql",
"sqlite"
],
"toolReferenceName": "prisma-migrate-dev",
"displayName": "Prisma Migrate Dev",
"modelDescription": "Prisma Migrate Dev is used to update Prisma whenever the schema.prisma file has been modified.\nUse this tool instead of running `prisma migrate dev` on the CLI.\nAlways provide a descriptive name argument describing the change that was made to the Prisma Schema.\nThe migrate dev command performs these steps:\n1. Reruns the existing migration history in the shadow database in order to detect schema drift (edited or deleted migration file, or a manual changes to the database schema)\n2. Applies pending migrations to the shadow database (for example, new migrations created by colleagues)\n3. Generates a new migration from any changes you made to the Prisma schema before running migrate dev\n4. Applies all unapplied migrations to the development database and updates the _prisma_migrations table\n5. Triggers the generation of artifacts (for example, Prisma Client)",
"userDescription": "`prisma migrate dev` is used to create a new migration and update your local database state whenever the schema.prisma file has been modified.",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg",
"inputSchema": {
"type": "object",
"properties": {
"projectCwd": {
"type": "string",
"description": "The current working directory of the user's project. This should be the top level directory of the project but in a monorepo setup could also be a specific package or app directory."
},
"name": {
"type": "string",
"description": "A descriptive name argument that will be used in the name of the migration."
}
}
}
},
{
"name": "prisma-migrate-reset",
"tags": [
"prisma",
"database",
"migrations",
"postgres",
"mysql",
"sqlite"
],
"toolReferenceName": "prisma-migrate-reset",
"displayName": "Prisma Migrate Reset",
"modelDescription": "Prisma Migrate Reset is used to reset the database and migration history if drift is detected.\nUse this tool instead of running `prisma migrate reset --force` on the CLI.\nOnly run this command on a development database - never on production databases! If in doubt, ask the user to confirm.\nThe migrate reset command performs these steps:\n1. Drops the database/schema if possible, or performs a soft reset if the environment does not allow deleting databases/schemas\n2. Creates a new database/schema with the same name if the database/schema was dropped\n3. Applies all migrations\n4. Runs seed scripts",
"userDescription": "`prisma migrate reset --force` is used to reset the database and migration history if drift is detected. Only run this command on a development database - never on production databases!",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg",
"inputSchema": {
"type": "object",
"properties": {
"projectCwd": {
"type": "string",
"description": "The current working directory of the user's project. This should be the top level directory of the project but in a monorepo setup could also be a specific package or app directory."
}
}
}
},
{
"name": "prisma-studio",
"tags": [
"prisma",
"database",
"postgres",
"mysql",
"sqlite"
],
"toolReferenceName": "prisma-studio",
"displayName": "Prisma Studio",
"modelDescription": "Open Prisma Studio to view data in your database in a pleasing visual ui.\nUse this tool instead of running `prisma studio` on the CLI.\nProvide the current working directory of the users project. This should be the top level directory of the project.",
"userDescription": "Open Prisma Studio to view data in your database in a pleasing visual ui.",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg",
"inputSchema": {
"type": "object",
"properties": {
"projectCwd": {
"type": "string",
"description": "The current working directory of the user's project. This should be the top level directory of the project but in a monorepo setup could also be a specific package or app directory."
}
}
}
},
{
"name": "prisma-platform-login",
"tags": [
"prisma",
"database",
"ppg",
"postgres"
],
"toolReferenceName": "prisma-platform-login",
"displayName": "Prisma Platform Login",
"modelDescription": "Login or create an account in order to be able to use Prisma Postgres.",
"userDescription": "Login or create an account in order to be able to use Prisma Postgres.",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg"
},
{
"name": "prisma-postgres-create-database",
"tags": [
"prisma",
"database",
"ppg",
"postgres"
],
"toolReferenceName": "prisma-postgres-create-database",
"displayName": "Prisma Postgres Create Database",
"modelDescription": "Create a new online Prisma Postgres database.\nSpecify a name that makes sense to the user - maybe the name of the project they are working on.\nSpecify a region that makes sense for the user. Pick between these options: us-east-1, eu-west-3, ap-northeast-1, ap-southeast-1 or call the tool without a region to get an up-to-date list of available regions. If you are unsure, pick us-east-1.\n\nIf the response indicates that you have reached the workspace plan limit, you should instruct the user to do one of these things:\nIf they want to connect to an existing database, they should go to console.prisma.io and copy the connection string\nIf they want to upgrade their plan, they should go to console.prisma.io and upgrade their plan in order to be able to create more databases\nIf they want to delete a database they no longer need, they should go to console.prisma.io and delete the database project.\nIf the user is not logged in, you should suggest them to login via the `prisma-platform-login` tool.",
"userDescription": "Create a new online Prisma Postgres database.",
"canBeReferencedInPrompt": true,
"icon": "./prisma_icon.svg",
"inputSchema": {
"type": "object",
"properties": {
"workspaceId": {
"type": "string",
"description": "The id of workspace in which the new database shall be created. You can leave this blank if you don't have a prisma workspace id. The tool will prompt you provide you with a list of workspaces should the user have multiple workspaces."
},
"name": {
"type": "string",
"description": "The name for the new database."
},
"regionId": {
"type": "string",
"description": "The region for the new database. If you do not specify a region the tool will return a list of available regions and prompt you to specify one of them."
}
},
"required": [
"name"
]
}
}
],
"views": {
"prismaActivitybar": [
{
"id": "prismaPostgresDatabases",
"name": "Prisma Postgres (Cloud)",
"type": "tree"
},
{
"id": "prismaDevInstances",
"name": "Prisma Postgres (Local)",
"type": "tree"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "prismaActivitybar",
"title": "Prisma",
"icon": "prisma_icon_large.svg"
}
]
},
"menus": {
"commandPalette": [
{
"command": "prisma.logout",
"when": "false"
},
{
"command": "prisma.deleteProject",
"when": "false"
},
{
"command": "prisma.openProjectInPrismaConsole",
"when": "false"
},
{
"command": "prisma.deleteRemoteDatabase",
"when": "false"
},
{
"command": "prisma.openRemoteDatabaseInPrismaConsole",
"when": "false"
},
{
"command": "prisma.studio.launchForDatabase",
"when": "false"
},
{
"command": "prisma.studio.getRemoteDatabaseConnectionString",
"when": "false"
},
{
"command": "prisma.stopDevInstance",
"when": "false"
},
{
"command": "prisma.startDevInstance",
"when": "false"
},
{
"command": "prisma.deleteDevInstance",
"when": "false"
},
{
"command": "prisma.copyDevInstanceURL",
"when": "false"
},
{
"command": "prisma.deployDevInstance",
"when": "false"
}
],
"view/title": [
{
"command": "prisma.login",
"when": "view == prismaPostgresDatabases",
"group": "navigation"
},
{
"command": "prisma.refresh",
"when": "view == prismaPostgresDatabases",
"group": "navigation"
},
{
"command": "prisma.createDevInstance",
"when": "view == prismaDevInstances",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "prisma.logout",
"when": "viewItem == prismaWorkspaceItem"
},
{
"command": "prisma.createProject",
"when": "viewItem == prismaWorkspaceItem",
"group": "inline"
},
{
"command": "prisma.deleteProject",
"when": "viewItem == prismaProjectItem"
},
{
"command": "prisma.openProjectInPrismaConsole",
"when": "viewItem == prismaProjectItem",
"group": "inline"
},
{
"command": "prisma.createRemoteDatabase",
"when": "viewItem == prismaProjectItem",
"group": "inline"
},
{
"command": "prisma.createDevInstance",
"when": "viewItem == prismaLocalDatabasesItem",
"group": "inline"
},
{
"command": "prisma.stopDevInstance",
"when": "viewItem == prismaLocalDatabaseItemStarted",
"group": "inline"
},
{
"command": "prisma.startDevInstance",
"when": "viewItem == prismaLocalDatabaseItemStopped",
"group": "inline"
},
{
"command": "prisma.deployDevInstance",
"when": "viewItem == prismaLocalDatabaseItemStarted || viewItem == prismaLocalDatabaseItemStopped",
"group": "inline",
"icon": "$(cloud-upload)"
},
{
"command": "prisma.deleteRemoteDatabase",
"when": "viewItem == prismaRemoteDatabaseItem"
},
{
"command": "prisma.openRemoteDatabaseInPrismaConsole",
"when": "viewItem == prismaRemoteDatabaseItem",
"group": "inline"
},
{
"command": "prisma.getRemoteDatabaseConnectionString",
"when": "viewItem == prismaRemoteDatabaseItem"
},
{
"command": "prisma.copyDevInstanceURL",
"when": "viewItem == prismaLocalDatabaseItemStarted",
"group": "inline",
"icon": "$(clippy)"
},
{
"command": "prisma.deleteDevInstance",
"when": "viewItem == prismaLocalDatabaseItemStarted || viewItem == prismaLocalDatabaseItemStopped",
"group": "inline",
"icon": "$(trash)"
}
]
},
"viewsWelcome": [
{
"view": "prismaPostgresDatabases",
"contents": "Connect to Prisma Data Platform\nManage your Prisma Postgres databases directly from your editor.\n[Sign in to get started](command:prisma.login)\nLearn more about Prisma Postgres [here](https://www.prisma.io/postgres?utm_source=vscode&utm_medium=extension&utm_campaign=welcome-view).",
"when": "prisma.showLoginWelcome == true && prisma.initialLoginInProgress == false"
},
{
"view": "prismaPostgresDatabases",
"contents": "Create a new Postgres database on the amazing Prisma Data Platform in no time!\n[Create Postgres Database](command:prisma.createRemoteDatabase)\nWant to use a different workspace? [Logout](command:prisma.logout)\nLearn more about Prisma Postgres [here](https://www.prisma.io/postgres?utm_source=vscode&utm_medium=extension&utm_campaign=welcome-view).",
"when": "prisma.showCreateDatabaseWelcome == true && prisma.initialCreateDatabaseInProgress == false"
},
{
"view": "prismaPostgresDatabases",
"contents": "Login in progress...\nSomething went wrong? [try again](command:prisma.login)",
"when": "prisma.initialLoginInProgress == true"
},
{
"view": "prismaDevInstances",
"contents": "Develop and test your app using local Prisma Postgres databases — no Docker required.\nDeploy to Prisma's Data Platform when you're ready to go live!\n[Create your first local database](command:prisma.createDevInstance)\nLearn more about Prisma Dev [here](https://www.prisma.io/docs/postgres/database/local-development?utm_source=vscode&utm_medium=extension&utm_campaign=welcome-view).",
"when": "prisma.showDevWelcome == true"
}
]
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.10",
"@types/node": "20.14.8",
"@types/sinon": "^20.0.0",
"@types/vscode": "1.96.0",
"@vscode/test-electron": "2.4.1",
"@vscode/vsce": "2.29.0",
"esbuild": "^0.27.1",
"glob": "8.1.0",
"is-ci": "3.0.1",
"mocha": "10.8.2",
"ovsx": "0.10.1",
"pkg-types": "2.2.0",
"sinon": "^21.0.0",
"typescript": "5.7.3"
},
"gitHead": "7d51b157647fe1705813a30d1a77b8ccf136b8d4",
"publishConfig": {
"access": "public"
},
"preview": true
}