Matt Bierner
5ca0ea581f
Use markdownDescription for a few more settings
...
Let's us use inline code elements on these
2026-03-13 11:35:58 -07:00
copilot-swe-agent[bot]
002eadd84c
fix: correct deprecated TypeScript format.enable setting name in tooltip
...
Co-authored-by: mjbvz <12821956+mjbvz@users.noreply.github.com >
2026-03-05 21:52:35 +00:00
deepak1556
278032fc75
feat: support heap profile and snapshot capture for tsserver
2026-03-04 01:36:10 +09:00
Matt Bierner
c100c1fd24
Align js/ts.suggest.completeJSDocs with other names
...
Fixes #298734
Aligning this to use the id `js/ts.suggest.jsdoc.enabled` because we have another setting in the `#js/ts.suggest.jsdoc.*` scope
2026-03-02 08:26:55 -08:00
Matt Bierner
8979069f1d
Align js/ts extension name
...
Fixes #297310
Matches the new setting scope as well as the terms we often use in product
2026-02-24 14:23:04 -08:00
Matt Bierner
11a5279976
Switch remaining settings to use js/ts prefix
...
For #292934
Also renames some of the server settings to have a more consistent naming scheme. This is going to be annoying but is the best time to do this since we are already changing the full setting id
2026-02-23 11:20:52 -08:00
Matt Bierner
851ed34c13
Fix ref
2026-02-20 17:55:27 -08:00
Matt Bierner
655ce6f07e
Adopt unified js/ts setting for diagnostic settings
...
For #292934
Also renames validate.enable to `validate.enabled` to align with other settings
2026-02-20 17:54:24 -08:00
Matt Bierner
23a013aaee
Better grouping of js/ts settings
2026-02-20 16:44:52 -08:00
Matt Bierner
eeb0e12bed
Adopt unified js/ts setting for a few more language settings
...
For #292934
2026-02-18 15:38:04 -08:00
Matt Bierner
2a2f6407e4
Adopt unified js/ts setting for format settings
...
For #292934
2026-02-17 13:05:55 -08:00
Matt Bierner
5ded895db4
Adopt unified js/ts setting for preferences
...
For #292934
2026-02-13 15:33:01 -08:00
Matt Bierner
dfc43c73a6
Adopt unified js/ts setting for suggest
...
Fixes #292934
2026-02-12 15:07:36 -08:00
Matt Bierner
7566dfb857
Switch to unified js/ts settings for inlay hints
...
For #292934
2026-02-11 17:12:25 -08:00
Matt Bierner
f60e8ae4b3
Improve js/ts code lens settings descriptions
...
For #292934
Adding some links and removing extra keywords
2026-02-11 11:54:32 -08:00
Matt Bierner
0493189e18
Start adopting unified js/ts config for code lenses
...
For #292934
Testing this with a self contained area first: code lenses. Will keep support for the old setting values too to avoid breaking existing settings
2026-02-10 16:14:49 -08:00
Matt Bierner
cfbd57afa6
Remove region diagnostics setting
...
Part of #292934
This is an implementation detail. Was only really added in 5.6 in case the new behavior caused issues. Should be safe to remove now
2026-02-04 14:44:40 -08:00
Davlatjon Sh
ec58a40580
fix(typescript): tsserver.useSyntacServer.always description
...
This change adds important note about TypeScript behavior when setting this setting
Related issues:
- https://github.com/microsoft/vscode/issues/160078
- https://github.com/microsoft/vscode/issues/159071
2026-01-08 09:00:46 +05:00
Megan Rogge
b245d3d16c
add tsgo watcher ( #276751 )
2025-11-11 17:35:52 +00:00
Matt Bierner
c099047be6
Update tests and small tweaks
2025-10-15 00:40:11 -07:00
ritesh006
cd5348abcd
ts-codelens: implementations for overrides + test
2025-10-11 10:49:03 +05:30
copilot-swe-agent[bot]
822232673f
Add js/ts.implicitProjectConfig.strict setting for implicit projects
...
- Add strict property to ImplicitProjectConfiguration class
- Update inferredProjectCompilerOptions to handle strict setting
- Add configuration setting to package.json with default true
- Add localization string for the new setting
- Create unit tests for the new functionality
This enables strict mode by default in implicit JS/TS projects, aligning with TS 6.0.
Co-authored-by: mjbvz <12821956+mjbvz@users.noreply.github.com >
2025-08-14 00:35:19 +00:00
Matt Bierner
7094490c32
Remove expandable hover setting
...
Seems like there's no downside in keeping this enabled by default for everyone
2025-07-23 12:37:03 -07:00
Gabriela Araujo Britto
3b6f73a45e
Merge branch 'main' into hoverlimit
2025-05-07 11:35:35 -07:00
Gabriela Araujo Britto
56e2f3c5c4
refactor config path
2025-05-07 11:31:47 -07:00
Matt Bierner
8067943119
Remove a few deprecated settings for js/ts
...
These settings have been marked deprecated for a while
2025-05-07 10:24:23 -07:00
Gabriela Araujo Britto
7a1d5016f8
add maximum hover length
2025-05-05 13:57:09 -07:00
Matt Bierner
d0ef6aa62a
Create settings section for inlay hints
...
When I split out these, I forgot to include inlay hints too
2025-05-01 13:26:22 -07:00
Matt Bierner
5a441fa442
Merge pull request #245713 from Victuracor/main
...
Fix a typo in extensions/typescript-language-features/package.nls.json
2025-04-30 08:51:01 -07:00
Matt Bierner
0b8acee845
Merge pull request #246858 from andrewbranch/tsgo
...
Allow disabling built-in TS/JS extension in favor of tsgo
2025-04-29 15:36:52 -07:00
Matt Bierner
9531a49287
Merge branch 'main' into main
2025-04-28 14:18:24 -07:00
Matt Bierner
542104e66d
Reorganize js/ts groupings
...
Previously I split these up by js and ts. This ends up creating too many group and having the js and ts settings too far from each other
This PR changes the settings to be grouped only by feature, not language
2025-04-28 13:16:30 -07:00
Gabriela Araujo Britto
55fe033211
update description and api check
2025-04-18 08:29:33 -07:00
Gabriela Araujo Britto
df61dc46bd
Revert "Merge pull request #240011 from gabritto/reverthover"
...
This reverts commit ef3a39fffd , reversing
changes made to e38edc4e3b .
2025-04-17 13:16:08 -07:00
Andrew Branch
a0cd135c8e
Allow disabling built-in TS/JS extension in favor of tsgo
2025-04-17 12:13:49 -07:00
Matt Bierner
4035369003
Move js/ts suggest into own config section
2025-04-16 09:53:33 -07:00
Matt Bierner
2a59b9fa15
Fix capitalization
2025-04-14 15:02:45 -07:00
Matt Bierner
8cd20f6444
Start splitting js/ts settings to subsections
2025-04-14 15:01:14 -07:00
Victuracor
2fe41861af
Fix a typo in package.nls.json
2025-04-04 13:01:07 -05:00
Matt Bierner
40113edcfe
Remove old TS surveys setting
...
This hasn't been used for a while
2025-03-03 11:11:46 -08:00
Gabriela Araujo Britto
746caa340a
Revert "[typescript-language-features] Expandable hover ( #228255 )"
...
This reverts commit 0f9abf3c35 .
2025-02-07 12:58:24 -08:00
Aiday Marlen Kyzy
18bd4c58c7
Add more detail to expandable-hover setting description ( #235596 )
...
* adding more detail to hover
* polish
2024-12-09 10:26:42 +01:00
Matt Bierner
20e2977a10
Update paste/drop preference settings ( #233261 )
...
Makes it a simple array of kinds for now. We can add the mime type variation later if needed
Also makes the paste with imports have a better hierarchy. This lets you setup a keybinding for `text.updateImports` that will work across all languages that support it
2024-11-06 22:59:18 +01:00
Matt Bierner
54d81cd618
Add paste as default settings and enable js/ts paste with imports by default ( #233031 )
...
Fixes #184871
For #30066
Adds new settings that let you configure the default way to paste/drop.
Also enables js/ts paste with imports by default for 5.7+. However will not apply by default. Instead it will be shown as an option after pasting. You can then use the `editor.pasteAs.preferences` setting to make it apply automatically or use the `javascript.updateImportsOnPaste.enabled` settings to disable the feature entirely
2024-11-04 16:30:09 -08:00
Isabel Duan
20a02666f9
Merge branch 'main' into organizeImportsSettingsFix
2024-10-30 15:50:10 -07:00
Isabel Duan
fbbcdd4f05
fix wrong description, add examples
2024-10-30 15:44:19 -07:00
Isabel Duan
95779b7b37
add descriptions, refactor getPreferences function to be more clear
2024-10-30 15:28:59 -07:00
Matt Bierner
8875f03ec8
Remove code action contribution section ( #232664 )
...
This was never fully implemented and I'm not sure we're going to move forward with the static contribution proposal
2024-10-30 14:03:43 -07:00
Matt Bierner
f6d41bc200
Small cleanup in js/ts package strings ( #232660 )
2024-10-30 13:15:46 -07:00
Matt Bierner
890985d7e3
Remove (experimental) from setting descriptions ( #231963 )
...
Fixes #231958
2024-10-22 11:42:16 -07:00