Matt Bierner
fbfabc523d
Split up webServer.ts ( #198802 )
...
Refactors webServer.ts to split it into multiple files and encapsulate some functionality in classes
2023-11-21 12:06:47 -08:00
Megan Rogge
8af169e554
Merge pull request #197668 from microsoft/merogge/quick-fix-api
...
`addNewLine` -> `shouldExecute`, expose this in quick fix API
2023-11-21 10:23:27 -06:00
Henning Dieterichs
9e69692508
Improves editor title
2023-11-21 15:09:29 +01:00
Henning Dieterichs
4328415767
Improves open multi diff editor icon
2023-11-21 14:59:01 +01:00
Matt Bierner
620340c863
Bump hardcoded web TS version ( #198713 )
2023-11-21 00:25:20 +01:00
Matt Bierner
1d92f24bd8
Add telemetry for TS ai refactorings ( #198708 )
2023-11-20 15:01:33 -08:00
Matt Bierner
2d8e9cbb8f
Pick up TS 5.3 final ( #198712 )
2023-11-20 23:53:54 +01:00
Matt Bierner
ff9fc384d3
Clean up and fix markdown url pasting ( #198706 )
...
Fixes #192568
2023-11-20 14:37:00 -08:00
Matt Bierner
032109e5a7
Don't show references on anon function ( #198711 )
...
Fixes #198389
2023-11-20 23:08:00 +01:00
Matt Bierner
ad31b067ab
Fix markdown link inserting ( #198702 )
...
Fixes #190769
Fixes #195349
Also makes some small code cleanups
2023-11-20 21:10:43 +01:00
Matt Bierner
25ac184fe7
Fix notebook markdown list rendering ( #198696 )
...
Fixes #197097
2023-11-20 18:23:14 +01:00
Don Jayamanne
46cd720f83
Drop uuid pkg used to to generate notebook cell id ( #198647 )
2023-11-20 06:12:55 +01:00
Arvid Lunnemark
092bc7309b
Update condition names to allow node ( #198274 )
...
update condition names to allow node
2023-11-17 10:57:50 +00:00
Martin Aeschlimann
cc08867677
merge theme rules for css/less/scss variables ( #197657 )
2023-11-17 11:40:21 +01:00
Matt Bierner
6805bb6d2b
Hook up mapped code edits experiment for TS ( #198478 )
...
For https://github.com/microsoft/TypeScript/pull/55406
2023-11-17 02:07:09 +00:00
John Murray
77dc8793db
Add typescript.implementationsCodeLens.showOnInterfaceMethods setting ( #136282 ) ( #198419 )
...
* Add `typescript.implementationsCodeLens.showOnInterfaceMethods` setting (#136282 )
* Update codelenses when `typescript.referencesCodeLens.showOnAllFunctions` changes
* Improve handling of disposables
2023-11-16 22:46:41 +00:00
Matt Bierner
4f866533b4
Add missing disposable registration ( #198473 )
2023-11-16 14:18:43 -08:00
Ladislau Szomoru
6aa249db00
Git - fix incorrect check ( #198396 )
2023-11-16 10:45:13 +01:00
Matt Bierner
4f303bb42c
Disable md paste file path in untitled notebooks ( #198372 )
...
Fixes #194809
Since the notebook does not exist on disk yet, there's no way to write a relative path in it. Just disable the feature since there's nothing else we can reasonably do here
2023-11-16 00:31:39 +01:00
Matt Bierner
d98713bad1
Always send CodeActionTriggerKind ( #198364 )
...
Makes us always send this along instead of sometimes sending undefined
2023-11-15 14:02:55 -08:00
Matt Bierner
8943ea4790
Fix markdown code block styling ( #198351 )
...
Fixes #198183
Remove extra background and also removes the extra divs inside of the code blocks as these were causing issues with styling (extra padding)
2023-11-15 21:03:04 +01:00
David
2938e5d611
Add TMLanguage aliases to YAML ( #198300 )
2023-11-15 16:52:22 +00:00
Jacob Bandes-Storch and Alex Ross
6855ba045b
Update Swift grammar and upstream repository ( #197470 )
...
* Update Swift grammar and upstream repository
* update grammar for bug fix
* Update Swift cgmanifest
---------
Co-authored-by: Alex Ross <alros@microsoft.com >
2023-11-15 15:59:29 +01:00
Ladislau Szomoru
e0b70e58b3
SCM - add caching layer to incoming/outgoing tree nodes ( #198306 )
...
* Upstream commit + improve onDidChangeCurrentHistoryItemGroup
* Refactor expanding a history item group
* Wire up caching
* Invoking the git.refresh command invalidates the cache
* Clean up cache data structure
2023-11-15 15:09:18 +01:00
Raymond Zhao
e1c8870cd2
chore: bump vscode-tas-client ( #198257 )
2023-11-15 00:12:17 +01:00
Ladislau Szomoru
ed30010d3f
Git - better error handling for git merge-base ( #198208 )
2023-11-14 14:51:17 +01:00
Marvin A. Ruder
dde91250f3
Merge branch 'main' into npm-extension-bun-package-manager
2023-11-13 18:20:49 +01:00
Ladislau Szomoru
e447d54e1e
SCM - Add short state badge for history items ( #198126 )
...
* Git - Extract parsing of git diff short stat
* Add shortStat badge for commits
* Git - specify diff-merges for merge commits
* Add tests
2023-11-13 16:49:28 +01:00
Marvin A. Ruder
fca65094bf
Merge branch 'main' into npm-extension-bun-package-manager
2023-11-13 09:45:20 +01:00
Ladislau Szomoru
d5b3ed3f68
Git - update open commit command icon ( #198084 )
2023-11-13 09:37:46 +01:00
Marvin A. Ruder
4fd54f93f7
Merge branch 'main' into npm-extension-bun-package-manager
2023-11-12 11:54:50 +01:00
Rob Lourens
7cbff1919e
Chat code cleanup ( #198022 )
...
* Clean up some obsolete chat API
Start deleting the interactive session provider, use agents only
* Delete old chat agents API
* Remove providerRequestId
* Remove unused stuff from interactive.d.ts
* Get rid of chat session state saving
* Fix test
* I guess this type was in use
2023-11-12 06:44:14 +01:00
Marvin A. Ruder
4645305f14
Add Bun as package manager to npm extension
...
* Auto-detect Bun by looking for `bun.lockb` lockfile
* Extend `npm.packageManager` setting
* Update documentation
Signed-off-by: Marvin A. Ruder <signed@mruder.dev >
2023-11-11 16:37:29 +00:00
Megan Rogge
16b50a9be2
Merge branch 'main' into feat/fileWorkspaceFolderBasename
2023-11-10 11:42:22 -08:00
Ladislau Szomoru
2095b6f5a3
Git - fix readOnly for the Config operation ( #197918 )
2023-11-10 15:05:39 +01:00
Christof Marti
0bad0f615a
Option to opt-out of extensions ( microsoft/vscode-remote-release#9177 )
2023-11-10 11:17:34 +01:00
Ladislau Szomoru
64783a4eb9
Git - incoming/outgoing polish ( #197877 )
...
* Git - refactor diffBetweenShortStat to return an object with files, insertions, and deletions
* Add statistics label tooltip
2023-11-10 02:40:58 +01:00
Ladislau Szomoru
8de9ba22b2
SCM - add statistics badge for incoming/outgoing ( #197876 )
...
* Initial implementation of the stats pill
* Parse git output and propagate the statistics
2023-11-09 18:05:34 -07:00
Don Jayamanne
cb6c07d46d
Use JSON output object for json mimetype ( #197871 )
2023-11-10 01:13:42 +01:00
Ladislau Szomoru
acff02431f
SCM - Add Incoming/Outgoing information into the Source Control view ( #197771 )
2023-11-09 20:18:09 +01:00
Henning Dieterichs
f85a095fd2
Merge pull request #197652 from microsoft/hediet/b/pregnant-mink
...
Implements first iteration of multi diff editors.
2023-11-09 19:15:12 +01:00
Matt Bierner
a9c390b236
Pick up TS 5.3 RC ( #197778 )
2023-11-08 23:19:03 +01:00
Henning Dieterichs
0f4505209d
Merge branch 'main' into hediet/b/pregnant-mink
2023-11-08 10:04:46 +01:00
meganrogge
97eccab2e0
update reference in npm
2023-11-07 11:16:22 -08:00
Connor Peet
2749de3808
testing: implement proposed active profiles api ( #197664 )
...
testing: implement proposed active profiles api
For https://github.com/microsoft/vscode/issues/193160
2023-11-07 10:37:37 -08:00
Alex Ross
ce40e7ce61
Adopt Better-Less grammar ( #197557 )
...
Consider adopting a new Less grammar
Fixes #171239
2023-11-07 17:36:06 +01:00
Henning Dieterichs and Ladislau Szomoru
090fd2c772
Implements first iteration of multi diff editors.
...
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2023-11-07 16:51:38 +01:00
Mohammad Reza Gharabaghi
93351c7436
Update theme-defaults ( #197449 )
...
* Update dark_vs.json
* Update light_modern.json
* Update light_vs.json
* Update hc_black.json
2023-11-07 16:49:05 +01:00
Ronak Jain
d72005bfa7
Fix tsconfig resolution for navigation ( #192851 )
...
* Fix tsconfig resolution
* Resolve based on link type
2023-11-06 11:46:09 -08:00
Matt Bierner
c57992a973
Always run code lens implementations on semantic server ( #197578 )
...
Fixes #197286
Already fixed this for references code lens. Just porting it to impl code lens now too
2023-11-06 20:05:00 +01:00