Commit Graph

102554 Commits (9ccc7e3627945265ad4fbc9356a9adfb8c517a4c)

Author SHA1 Message Date
Peng Lyu 9ccc7e3627
💄 move select kernel command to right file (#166319)
* 💄 Select Kernel command impl in notebook core instead of contrib.

* Notebook Kernel View.
2022-11-14 16:06:19 -08:00
Matt Bierner 57bceb6738
Move and rename `webview.ts` files (#166313)
Fixes #165889
2022-11-14 15:04:48 -08:00
Matt Bierner d741dd2154
Fit typings for concrete version of `createInstance` (#166320)
Fixes #164297
2022-11-14 14:23:42 -08:00
Greg Van Liew 27a550f451
Settings description edits (#166315)
* Settings description edits

* Remove unnecessary trailing line returns
2022-11-14 13:47:54 -08:00
Logan Ramos b158a185ad
Search for Andrea (#166312) 2022-11-14 12:56:31 -08:00
Robert Jin fbaacfb921
Add explorer.autorevealExclude setting (#136905)
* Add explorer.autorevealExclude setting

* Update setting name, only check sibling once

* linting

* Correct boolean order and add catch for force reveal

* Check for force instead of converting

* Do not make revealexcludes inherit from file.excludes

* Linting
2022-11-14 15:50:55 -05:00
Raymond Zhao bdf8dd00e4
Use the proper scrollbar, fixes #166171 (#166302) 2022-11-14 12:49:00 -08:00
Daniel Imms f9523178f9
Merge pull request #163184 from microsoft/tyriar/measure_latency
Measure input latency and text render time
2022-11-14 12:43:34 -08:00
Peng Lyu 7c62095eb6
Kernel picker MRU experiment (#166307) 2022-11-14 12:37:36 -08:00
Raymond Zhao 5f67407888
Pass display language as a locale to Electron (#159958)
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-11-14 11:55:09 -08:00
Alex Dima fb4e8de4d2
Try to end the input latency measurement in the very first task after the browser does layout and painting 2022-11-14 20:12:21 +01:00
Tyler James Leonhardt fd7e27f9d3
onboard built-in debug extensions to l10n (#166300) 2022-11-14 11:03:54 -08:00
Matt Bierner 0537f30d96
Mark `TransientOptions` properties readonly (#166071)
This type is passed to us and should not be modified
2022-11-14 10:59:53 -08:00
Nathan Shively-Sanders cb43019d6a
Copy webServer from Typescript to VS Code (#165771)
* Initial draft.

Not working.
Also not correctly formatted, I'll do that later.

* Various fixes

It works now

* A bit of cleanup

* Move webServer to its own directory

And prepare for getting rid of dynamicImportCompat.js hack

* Remove dynamicImportCompat.js hack

* Revert unrelated change

* Webpac tsserver.web.js with webServer.ts as entrypoint

Instead of using CopyPlugin.

1. Shipping multiple entrypoints in a single file required fixes to
build code.
2. There are a couple of warnings from `require` calls in
tsserverlibrary.js. Those are not relevant since they're in non-web
code, but I haven't figured how to turn them off; they are fully dynamic
so `externals` didn't work.

* Ignore warnings from dynamic import in tsserver

* Add to .vscodeignore files
2022-11-14 10:56:31 -08:00
Benjamin Pasero 7f9aa0535a
🆙 distro (#166298) 2022-11-14 10:49:18 -08:00
Peng Lyu 069ab7c4af
Present kernel detection progress in kernel picker/status (#166294)
* Experimental kernel detection task

* Update kernel detection progress

* no need for start/end now.

* Enforce proposed api
2022-11-14 09:34:29 -08:00
Logan Ramos 73d882bcf7
Update telemetry package (#166292) 2022-11-14 09:30:33 -08:00
Benjamin Pasero 5cc89c7ff6
🆙 `@vscode/sqlite3@5.1.2-vscode` (#166290) 2022-11-14 08:39:07 -08:00
Benjamin Pasero 23cd002a56
storage - do not eager parse extension storage (fix #163446) (#166281) 2022-11-14 15:58:55 +01:00
Hugh Lilly a5478bc565
adds to `files.exclude` desc re: `explorer.excludeGitIgnore` (#165111)
* adds to `files.exclude` desc re: `explorer.excludeGitIgnore`

Adds a note to the description for `files.exclude` to prompt the user to also check the `explorer.excludeGitIgnore` setting.

* Try to stay consistent in wording

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-11-14 09:44:22 -05:00
Henning Dieterichs 4d40ea2343
Merge pull request #165576 from GauravB159/registerThemeParticipant-refactoring
Register theme participant refactoring
2022-11-14 15:40:37 +01:00
Ladislau Szomoru 687514b9f4
Git - Fix optimistic UI update for untracked changes (#166277) 2022-11-14 06:24:14 -08:00
Sandeep Somavarapu 79f348c0d6
Fix #164592 (#166276) 2022-11-14 08:33:05 -05:00
Sandeep Somavarapu a89e895449
Fixes #166180 (#166269) 2022-11-14 13:58:13 +01:00
Ladislau Szomoru b3eaceaf90
Git - 💄 Remove code duplication (#166263)
💄 Remove code duplication
2022-11-14 11:53:46 +01:00
Henning Dieterichs c9fd4761bf
Merge pull request #166141 from d0ggie/bracketMatchingBorder
Restore bracket match CSS syntax (#166109)
2022-11-14 11:36:57 +01:00
Sandeep Somavarapu 3fb8e8feb1
store manifest as is (#166260) 2022-11-14 01:45:16 -08:00
Sandeep Somavarapu 7c39b50fef
also store extension manifests when storing extensions (#166237) 2022-11-13 23:53:36 -08:00
Sandeep Somavarapu 925b4ff685
store remote user data in last sync resource (#166229)
* include ref in stored last sync remote user data

* migrate only if content exists
2022-11-13 23:53:23 -08:00
Jay Bazuzi b53c173012
Change error message when launching a second admin instance (#166146)
* Change error message when launching a second admin instance

Previously it said "second instance" to refer to the already-running instance, which came _first_.

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-11-14 07:18:36 +01:00
Matt Bierner a62879bb46
Try computing windows paths correctly on markdown drop (#166077)
Fixes #165352
2022-11-13 15:03:05 -08:00
Rob Lourens a74a7644f3
Don't fail to send notebook open perf when reopening the same notebook in an editor (#166235)
Fix #135834
2022-11-13 10:16:37 -08:00
Tyler James Leonhardt 964dc545ab
Pickup bundle.l10n.json (#166169)
For npm modules that have bundled `@vscode/l10n`, they can export their strings to a bundle.l10n.json file which will get picked up by this change and included in the overall bundle for the extension.
2022-11-12 14:42:39 -08:00
Connor Peet aa60836c16
Merge pull request #166139 from microsoft/connor4312/cli-server-message-compression
cli: enable server message compression
2022-11-12 14:40:34 -08:00
Peng Lyu 3b81dd8d48
CSS Highlight fallback. (#166156) 2022-11-11 14:47:08 -08:00
Connor Peet d5a5128919
Merge pull request #166151 from microsoft/connor4312/cli-fix-nixos
cli: skip glibc check for nixos
2022-11-11 14:31:18 -08:00
Joyce Er 24340e259a
Tweak Continue On placeholder (#166152) 2022-11-11 17:24:00 -05:00
Connor Peet 0cd1422809
cli: skip glibc check for nixos
Fixes https://github.com/microsoft/vscode-remote-release/issues/7129
2022-11-11 13:32:41 -08:00
Connor Peet 0f9c86ec84
fixup! windows compilation 2022-11-11 13:16:20 -08:00
Sandeep Somavarapu f8995e0b1a
store last sync data in state (#166133)
fall back to server if last sync content does not exist
2022-11-11 11:56:58 -08:00
Connor Peet ebfa4b0c3c
cli: enable server message compression
This is the CLI side of enabling compression of servermsg's sent
over the socket. It is feature-detected by the CLI sending
protocolVersion=2. If present, the consumer can request compression by
passing `compress:true` when setting up the server.

In this mode, servermsg's are an inflate/deflate stream. Not a ton of
code here, but was lots of fun tweaking to get it right :)

Fixes https://github.com/microsoft/vscode/issues/163688
2022-11-11 11:51:09 -08:00
Pekka Seppänen 7d0b8f11f3 Restore bracket match CSS syntax (#166109) 2022-11-11 21:39:04 +02:00
najmiehsa b982536f83
Use CSS variables over registerThemingParticipant - rulers viewparts (#165466)
* edits

* edits
2022-11-11 10:56:33 -08:00
Connor Peet 1e10847154
Merge pull request #165963 from microsoft/cli/local-download-fallback
cli: implement local download fallback
2022-11-11 10:49:34 -08:00
Logan Ramos dc790e935a
Remove expired event (#166119) 2022-11-11 10:07:49 -08:00
Daniel Imms 431bec9f06
Merge pull request #166128 from microsoft/tyriar/164933
Use correct icons for new and kill terminal
2022-11-11 09:24:49 -08:00
Daniel Imms ee0591b838
Use correct icons for new and kill terminal
Part of #164933
2022-11-11 09:09:13 -08:00
Daniel Imms 98a618afd4
Register testAreaInput event listeners 2022-11-11 08:57:15 -08:00
Daniel Imms ecb104a350
Simplify measurements buffer/average 2022-11-11 08:56:27 -08:00
Ladislau Szomoru b4fbff3218
Git - Don't show progress for commands that support optimistic UI updates (#166124)
Don't show progress for commands that support optimistic UI updates
2022-11-11 08:11:41 -08:00