|
375 | 375 | }, |
376 | 376 | "luau-lsp.plugin.enabled": { |
377 | 377 | "default": false, |
| 378 | + "deprecationMessage": "Deprecated: Use luau-lsp.studioPlugin.enabled instead.", |
| 379 | + "markdownDeprecationMessage": "**Deprecated**: Use `luau-lsp.studioPlugin.enabled` instead.", |
378 | 380 | "markdownDescription": "Use Roblox Studio Plugin to provide DataModel information", |
379 | 381 | "scope": "window", |
380 | 382 | "type": "boolean" |
381 | 383 | }, |
382 | 384 | "luau-lsp.plugin.maximumRequestBodySize": { |
383 | 385 | "default": "3mb", |
| 386 | + "deprecationMessage": "Deprecated: Use luau-lsp.studioPlugin.maximumRequestBodySize instead.", |
| 387 | + "markdownDeprecationMessage": "**Deprecated**: Use `luau-lsp.studioPlugin.maximumRequestBodySize` instead.", |
384 | 388 | "markdownDescription": "The maximum request body size accepted from the plugin, in a string representation parse-able by the [bytes](https://www.npmjs.com/package/bytes) library", |
385 | 389 | "scope": "window", |
386 | 390 | "type": "string" |
387 | 391 | }, |
388 | 392 | "luau-lsp.plugin.port": { |
389 | 393 | "default": 3667, |
| 394 | + "deprecationMessage": "Deprecated: Use luau-lsp.studioPlugin.port instead.", |
| 395 | + "markdownDeprecationMessage": "**Deprecated**: Use `luau-lsp.studioPlugin.port` instead.", |
390 | 396 | "markdownDescription": "Port number to connect to the Studio Plugin", |
391 | 397 | "scope": "window", |
392 | 398 | "type": "number" |
|
538 | 544 | "scope": "resource", |
539 | 545 | "type": "boolean" |
540 | 546 | }, |
| 547 | + "luau-lsp.studioPlugin.enabled": { |
| 548 | + "default": false, |
| 549 | + "markdownDescription": "Use Roblox Studio Plugin to provide DataModel information", |
| 550 | + "scope": "window", |
| 551 | + "type": "boolean" |
| 552 | + }, |
| 553 | + "luau-lsp.studioPlugin.maximumRequestBodySize": { |
| 554 | + "default": "3mb", |
| 555 | + "markdownDescription": "The maximum request body size accepted from the plugin, in a string representation parse-able by the [bytes](https://www.npmjs.com/package/bytes) library", |
| 556 | + "scope": "window", |
| 557 | + "type": "string" |
| 558 | + }, |
| 559 | + "luau-lsp.studioPlugin.port": { |
| 560 | + "default": 3667, |
| 561 | + "markdownDescription": "Port number to connect to the Studio Plugin", |
| 562 | + "scope": "window", |
| 563 | + "type": "number" |
| 564 | + }, |
541 | 565 | "luau-lsp.types.definitionFiles": { |
542 | 566 | "additionalProperties": { |
543 | 567 | "type": "string" |
|
0 commit comments