Commit graph

101158 commits

Author SHA1 Message Date
Gerrit Birkeland 9ac5f48ff3
Add jsonc registration for TypeDoc config (#157362)
This is supported as of TypeDoc 0.23. Since it is more commonly used than ember-cli, seems reasonable to add it here.
2022-09-26 15:51:23 +02:00
Johannes Rieken ca2a1803b1
Merge pull request #161621 from microsoft/joh/renderer-auto-profile
Explore auto-profiling of the renderer
2022-09-26 15:44:54 +02:00
Sandeep Somavarapu a3dd303e4f
do not support installing remote extensions in a profile (#161765) 2022-09-26 09:43:34 -04:00
Colen Garoutte-Carson 33787082be
Enable auto-close of multi-line comments in cpp (#160357) 2022-09-26 15:29:05 +02:00
Daniel Imms 1a5c6ca518
Fix TestShellIntegrationAddon ctor args
Fixes #161700
2022-09-26 06:25:31 -07:00
Benjamin Pasero 4caf63f62e
Lag/Freeze when running workbench.action.openRecent on not existing path (fix #161664) (#161742)
* Lag/Freeze when running `workbench.action.openRecent` on not existing path (fix #161664)

* use resource map
2022-09-26 15:10:39 +02:00
Johannes b53b17bdd0
collect command and timestamp, collect timestamp on long task, collect visible views, collect editors 2022-09-26 14:32:12 +02:00
John Murray eab981234f
Allow filter widget some vertical movement (#158549) (#158583)
* Allow filter widget some vertical movement (#158549)

* Adopt PR suggestions

* Use fixed vertical range instead of incurring cost of computing it.

* Disable transition effect during drag, and implement vertical move with keyboard

* make sure the hiding animation still works

* Update src/vs/base/browser/ui/tree/abstractTree.ts

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Co-authored-by: João Moreno <mail@joaomoreno.com>
2022-09-26 05:02:40 -07:00
Sandeep Somavarapu 14288634b4
fix #161726 (#161759) 2022-09-26 12:21:21 +02:00
Henning Dieterichs b1418e976a
Merge pull request #161703 from microsoft/hediet/intensive-bee
Implements command to show base at top/middle in mixed column mode.
2022-09-26 11:29:10 +02:00
Johannes a2317df678
disable/remove the fib-freeze action 2022-09-26 11:13:05 +02:00
Ladislau Szomoru 831678f718
Engineering - Update endgame notebooks (#161745)
Update endgame notebooks
2022-09-26 00:47:37 -07:00
Johannes Rieken c3a6052571
restore separator class for Separator item (#161746)
fixes https://github.com/microsoft/vscode/issues/161643
2022-09-26 00:43:48 -07:00
Robo 9602b6ef70
chore: update electron@19.0.17 (#161663) 2022-09-26 00:23:07 -07:00
Benjamin Pasero 03ca1e0d40
tests - align tests on all platforms (#161696)
* web - run ipynb tests on windows too

* some cleanup

* run all tests

* more cleanup
2022-09-26 09:16:42 +02:00
Benjamin Pasero 278e668cad
Invalid regular expression: /[A-Za-z0-9]{4}.c++/: Nothing to repeat (fix #161733) (#161740) 2022-09-26 00:15:08 -07:00
Sandeep Somavarapu 64a49c6085
fix errors in unit test output (#161712) 2022-09-26 00:14:47 -07:00
Sandeep Somavarapu c741d69449
Use profile scoped services in extensions sync (#161713)
- enablement
- extension state
2022-09-26 00:14:36 -07:00
Benjamin Pasero e7e9a50646
fix #138815 (#161613)
* fix #138815

* add linux

* fix compile and clarify
2022-09-26 00:14:15 -07:00
Sandeep Somavarapu 1eaea0bf73
fix web ext mgmt service to be profile aware (#161709) 2022-09-26 00:14:05 -07:00
Yusuke Yamada 4e7b1a914b
Correct handling of ZDOTDIR variable to avoid crashing terminal (#161433) 2022-09-26 00:13:44 -07:00
Joyce Er f7678515eb
Only show warning if edit session contents differ from local contents (#160464)
* Don't present modal dialog if server edits are identical to local edits

* Use custom modal to avoid stealing window focus when resuming edit sessions
2022-09-26 00:13:34 -07:00
Johannes 87ab25a43e
keep short record of commands that ran before a long task occurred, use better session id to correlate things 2022-09-26 09:11:36 +02:00
Peng Lyu eeaee503e9
Merge pull request #161635 from microsoft/rebornix/grotesque-cat
Overview ruler for notebook diff editor
2022-09-25 20:01:47 -07:00
Sandeep Somavarapu f0f4c87821
Merge pull request #161556 from microsoft/sandy081/intense-wallaby
fix change short name command title
2022-09-25 18:39:56 +02:00
Sandeep Somavarapu d0c5e3848a
fix turn on sync
- sync remote profiles that do not exist locally
2022-09-25 17:57:02 +02:00
Henning Dieterichs deef6e402e
Implements command to show base at top/middle in mixed column mode. 2022-09-25 16:46:58 +02:00
Daniel Rosenwasser da506e9b8d
Tag existing events with experimentation info in typescript-language-features (#161463)
* Associate experiment info with existing telemetry.

* Move the ExperimentTelemetryReporter to its own file.

* Roughly copied the 'getPackageInfo' function from other extensions.

* Addressed code review feedback.
2022-09-23 15:18:57 -07:00
Megan Rogge 25d51ed33f
dispose of quick fix decoration when the next command is run (#161641)
* fix #161629

* dispose of decoration on execution for unix

* do for windows as well
2022-09-23 15:02:19 -07:00
Daniel Imms c01c638a31
Merge pull request #161639 from microsoft/tyriar/2_terminals
Fix an issue where multiple tabs could open on ext .show()
2022-09-23 14:25:50 -07:00
Peng Lyu be4cce2ab6
save/restore viewstate only when meaningful state changes (#161646) 2022-09-23 14:15:42 -07:00
Andrea Mah 951a35c436
reposition search tree button (#161632) 2022-09-23 14:14:14 -07:00
Aaron Munger a82c06a66f
added IW commands to palette (#161533)
* added IW commands to palette

* disambiguate command category

* don't hijack shift+tab keybinding
2022-09-23 14:06:42 -07:00
Aaron Munger 9dc9b5a5bf
update extension model to focus on last cell added through input box (#161630)
* update extension model to focus on last cell added through input box

* move service accessor to be with other calls
2022-09-23 14:05:48 -07:00
Tyler James Leonhardt 41bdf03368
Use IExtHostInitDataService to get the language (#161625) 2022-09-23 13:33:22 -07:00
Daniel Imms a00ab7d33c
Merge remote-tracking branch 'origin/main' into tyriar/2_terminals 2022-09-23 13:24:35 -07:00
Daniel Imms 3cd0a7f712
Fix an issue where multiple tabs could open on ext .show() 2022-09-23 13:23:20 -07:00
rebornix a609f1edcd
fix diff css 2022-09-23 13:14:07 -07:00
Andrea Mah 223e24c9ef
Tree Element Not Found error in search tree (#161626)
Fixes #161617
2022-09-23 13:08:49 -07:00
Daniel Imms af23c12208
Merge pull request #161592 from microsoft/tyriar/fix_eslint
Fix eslint warning by removing unused getter
2022-09-23 13:07:26 -07:00
Daniel Imms 0512d4c319
Merge pull request #161597 from microsoft/tyriar/161593
Match quick fix on exit status instead of code
2022-09-23 13:04:45 -07:00
rebornix b4cf032804
Update overview once per frame 2022-09-23 12:02:49 -07:00
Matt Bierner 99912d138c
Allow video attributes on rendered markdown (#161631)
This adds:

- `loop`
- `muted`
- `poster`
- `playsinline`
- `controls`

To the list of allowed tags
2022-09-23 15:02:47 -04:00
Daniel Imms 7245303fb7
Merge pull request #161620 from microsoft/tyriar/lazy_find
Create terminal find widget lazily
2022-09-23 11:18:03 -07:00
rebornix bf3cbdff01
hook up overview ruler with notebook diff editor 2022-09-23 11:13:09 -07:00
rebornix 9e7eb0d8be
Expose scrollable element delegatePointerDown in List View 2022-09-23 11:12:25 -07:00
Ping e42b88df06
Expose data-vscode-theme-id attribute in webviews, fix #149661 (#154635)
* Expose data-vscode-theme-id and data-vscode-theme-label in webviews, deprecate data-vscode-theme-name.

Fixes https://github.com/microsoft/vscode/issues/149661

* fix: remove useless id in test

* Use settingId and remove theme-label

Co-authored-by: Matt Bierner <matb@microsoft.com>
2022-09-23 11:00:10 -07:00
Matt Bierner f8f228db6c
Fix some potential causes of #161520 (#161550)
- initializeMarkup should always fire `initializedMarkup`, even if an exception is thrown while initializing

- `MarkupCell` should always resolve its `ready` property, even if an exception is thrown during rendering

Unclear if either of these were the causes of #161520, but still good to fix them
2022-09-23 10:58:49 -07:00
Benjamin Pasero 3b29b43074
web - only export types not interfaces (#161609)
* web - only export types not interfaces

* fix compile
2022-09-23 19:23:39 +02:00
Daniel Imms 430f212a16
Create terminal find widget lazily 2022-09-23 09:33:46 -07:00