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
1ca69349dd
Merge pull request #295055 from mjbvz/dev/mjbvz/mighty-horse
...
Adopt unified js/ts setting for suggest
2026-02-12 15:27:11 -08:00
Raymond Zhao
e987c5242e
chore: bump extension versions ( #295040 )
2026-02-13 04:15:03 +05: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
Matt Bierner
723aa849c9
Convert gulpfiles to modules
...
Makes a pass through our top level gulpfiles to convert them to modules
2025-11-11 15:28:50 -08:00
Megan Rogge
b245d3d16c
add tsgo watcher ( #276751 )
2025-11-11 17:35:52 +00:00
Matt Bierner
078d0d5707
Merge pull request #264546 from ritesh006/test/implementations-codelens
...
feat(ts-codeLens): show "implementations" CodeLens for overridden methods #263749
2025-11-03 12:04:42 -08:00
Matt Bierner
d02b204cb0
Make sure more TS commands are disabled when tsgo is active
...
We need to clear the contexts when switching to tsgo
2025-10-16 17:14:38 -07:00
Matt Bierner
40fd1d8ebc
Fix string name
2025-10-15 10:16:00 -07: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
949aadab93
Bump implicit js/ts target to ES2024
2025-08-05 10:46:13 -07: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
Martin Aeschlimann
6dd2b84fa2
Merge pull request #254690 from madskristensen/schemastore-subdomain-fix
...
Updated references to schemastore.org
2025-07-11 12:10:29 +02:00
Gabriel Csapo
b2152a7418
chore: updates server.log enum
2025-07-09 11:29:39 -07:00
Mads Kristensen
434260839e
Updated references to schemastore.org
2025-07-08 09:48:52 -07:00
Matt Bierner
300ecf77f3
Merge branch 'main' into hoverlimit
2025-05-15 08:31:59 -07:00
Robo
12326f9906
chore: update to Electron 35 ( #245423 )
...
* chore: bump electron@35.0.1
* chore: update types/node@22.x
* chore: update web types for node v22.x
* chore: bump electron@35.1.2
* chore: update node.js build
* chore: update app.dock usage
Refs 71f3ff6bf2
* chore: bump electron@35.1.4
* chore: bump electron@35.1.5
* ci: bump sysroot to glibc 2.28 and gcc 10.5.0
* ci: enable timeout for smoketests
* chore: bump min glibcxx to 3.4.26 for server
* Revert "ci: enable timeout for smoketests"
This reverts commit afb637e85d .
* chore: update debian dependencies
* fix: workaround npm.ps1 argument parsing with powershell
* chore: update rpm dependencies
* test: partially revert changes from 242535
* test: remove redudant keybinding dispatch for selectTab
* test: fix test failure from running configured tasks
* test: focus settings editor for preferences.test.ts
* node - adopt compile cache (#246835 )
* node - adopt compile cache
* adopt for utility process
* tweaks
* log state of compilation cache
* Revert "log state of compilation cache"
This reverts commit f3840387a583013834762e2c44f6e8424929297f.
* Revert "node - adopt compile cache (#246835 )"
This reverts commit 673a00cab66c9bac87f3cd27b80efa41c80150f1.
* chore: update builds
* chore: bump electron@35.2.0
* chore: bump electron@35.2.1
* chore: bump electron@35.2.2
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2025-05-09 19:03:36 +09: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
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
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
Andrew Branch
5732011d9a
Localize and use .experimental
2025-04-28 10:05:11 -07:00
Gabriela Araujo Britto
a036241282
update package.json default for expandable hover
2025-04-24 14:30:13 -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
2fe0efc637
Update config names
2025-04-17 12:19:42 -07:00
Andrew Branch
b98a014647
Update names
2025-04-17 12:16:00 -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
8cd20f6444
Start splitting js/ts settings to subsections
2025-04-14 15:01:14 -07: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
03bfa56b29
fix indentation
2025-02-07 15:11:54 -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
Martin Aeschlimann
273f654ced
Merge remote-tracking branch 'origin/main' into aeschli/clear-wombat-216
2025-01-17 09:42:36 +01:00
Martin Aeschlimann
37a00332c7
remove old MappedEditsProvider
2025-01-15 21:21:58 +01:00
aslezar
d8ea024868
chore: used same message decription for TS and JS
2025-01-14 12:49:27 +05:30
Shivam Garg
00d7778d98
Merge branch 'microsoft:main' into fix-js-indent
2025-01-13 01:42:01 +05:30
Matt Bierner
4daea74ba9
Finalize paste api and drop api tweaks
...
Fixes #30066
This finalizes the documentPaste api. This api allows extensions to attach metadata on text copy and change how content is pasted. Some examples:
- Updating imports for pasted code
- Inserting an image as an attachment in notebooks
- Pasting files converts them to relative text paths
2025-01-07 14:57:16 -08:00
aslezar
97a5f18d0d
fix: update descriptions for switch-case indentation settings in TypeScript and JavaScript
2024-12-31 13:06:32 +05:30
aslezar
a91e6b684b
feat: support custom js switch-case indentation
2024-12-29 15:24:38 +05:30
Matt Bierner
cfb3a3043d
Merge branch 'main' into patch-1
2024-12-17 11:31:26 -08:00