Commit Graph
73433 Commits
Author SHA1 Message Date
isidor 2a9a512ee4 debug: react on registration to update context keys 2020-08-28 14:54:31 +02:00
annkamsk 1ad6332a3d Create HTML with dom.ts#$ function calls instead of string concatenation 2020-08-28 14:33:25 +02:00
annkamsk 44700f81bf Set HTMLElement's content by providing it as a child, not by .innerHTML 2020-08-28 13:49:42 +02:00
Christof Marti bb9287bb4f Revert "Use DOM API (fixes #105505)"
This reverts commit e995f10958.
2020-08-28 13:49:08 +02:00
Johannes Rieken 4fbb52bb30 add trace logging to know what keybinding triggers what command, fyi @alexdima 2020-08-28 13:10:11 +02:00
Sandeep Somavarapu ab2f68ff1a fixing grammar 2020-08-28 12:58:57 +02:00
Sandeep Somavarapu 59b5a2f060 include extensions in the text 2020-08-28 12:55:13 +02:00
Johannes Rieken 21ebf4d282 Revert "re #102503. allow fold/unfold with levels and direction in notebook."
This reverts commit b4b67b8e7e.
2020-08-28 12:44:26 +02:00
isidor 70e490fc29 debugUx context key: make sure to be simple if there are no debuggers 2020-08-28 12:12:53 +02:00
Benjamin Pasero 9056a33766 sandbox - lift some desktop specific interfaces to common 2020-08-28 11:41:59 +02:00
Johannes Rieken 6509b5566c Merge pull request #105440 from n-gist:feature-snippets-overtyping
Making TM_SELECTED_TEXT snippet variable working with overtyped text v2
2020-08-28 11:33:41 +02:00
Andre Weinand e21986eeae add two more DAP stand-in types; see #70377 2020-08-28 11:31:38 +02:00
Johannes Rieken d22b4b7458 know if overtyped text was multiline, save one iteration over selections, init arrays via [] 2020-08-28 11:29:35 +02:00
Martin Aeschlimann c023937a55 Merge pull request #105502 from annkamsk/dom-api-inspect-tokens
Create HTML with dom.ts#$ function calls instead of string concatenation
2020-08-28 02:15:41 -07:00
Martin Aeschlimann 6379d945f7 Merge branch 'master' into dom-api-inspect-tokens 2020-08-28 02:15:27 -07:00
Benjamin Pasero dd85f62e65 Process explorer: use icon font instead of SVG (fix #102560) (#105411) 2020-08-28 10:44:48 +02:00
Johannes Rieken 555808e9cd Merge pull request #104644 from annkamsk/dom-api-instead-string-concat
issueReporter: Use DOM API instead of string concatenation
2020-08-28 10:38:15 +02:00
Johannes Rieken a2b9a5fd0f make sure to open dirty notebooks, https://github.com/microsoft/vscode/issues/105283 2020-08-28 10:33:22 +02:00
Benjamin Pasero d838ac2a85 🆙 web-playground version 2020-08-28 10:30:43 +02:00
Benjamin Pasero a4688615f4 🆙 web-playground version 2020-08-28 10:27:57 +02:00
Benjamin Pasero 787ba7519d fuzzy score - add test for #99171 2020-08-28 10:19:16 +02:00
Martin Aeschlimann d147123cc3 Merge pull request #105479 from microsoft/aeschli/105244
Language selector shows incorrect Icons for Javascript
2020-08-28 01:13:36 -07:00
Johannes Rieken 03811f92c5 always keep a reference to dirty notebook models, https://github.com/microsoft/vscode/issues/105283 2020-08-28 09:48:37 +02:00
Benjamin Pasero 8ff399e942 fuzzy scorer - add an additional boost based on label length for prefix matches only 2020-08-28 09:44:24 +02:00
Sandeep Somavarapu bd2a40195f fix compilation 2020-08-28 09:31:39 +02:00
Sandeep Somavarapu f813f15c67 #105562 do not use instantiation service 2020-08-28 09:27:16 +02:00
Christof Marti e995f10958 Use DOM API (fixes #105505) 2020-08-28 09:10:40 +02:00
Benjamin Pasero 72a7ece4b2 💄 optional services 2020-08-28 08:59:36 +02:00
Sandeep Somavarapu 1cc26ce426 mark storage service as optional undefined 2020-08-28 08:54:39 +02:00
Sandeep Somavarapu b5f6a65bba mark storage service as optional undefined 2020-08-28 08:53:27 +02:00
n-gist ee7447781a Slight capturer simplification 2020-08-28 09:41:51 +06:00
rebornix 1d7ff4c718 emit notebook editor selection change. 2020-08-27 17:10:26 -07:00
rebornix b4b67b8e7e re #102503. allow fold/unfold with levels and direction in notebook. 2020-08-27 16:55:17 -07:00
Daniel Imms 4d7ad58a7e Workaround for terminal shifting on space
Fixes #104876
2020-08-27 16:38:24 -07:00
Daniel Imms af12c071e7 Merge pull request #105544 from microsoft/tyriar/codeql
Run codeql job every Tuesday
2020-08-27 15:58:06 -07:00
Daniel Imms 624fc1466a Run codeql job every Tuesday
Justification:
- This was using _a lot_ of vm time and not giving us much
- We only really need to run it once per release
- Weekly as opposed to monthly means we can catch things earlier than when
  the release happens

Fixes #105447
2020-08-27 15:55:44 -07:00
Daniel Imms a9204aa4b8 Don't hide switch terminal dropdown when proc not supported
This was causing it not to show up when processes become supported
later. Ideally the dropdown would be disabled like other action views
but this will be done as part of #105543.
2020-08-27 15:38:19 -07:00
Rob Lourens ab04541f58 Don't rerender outputs that were already rendered on metadata update
and don't render new outputs when the cell output is collapsed
Fix #104580
2020-08-27 14:56:49 -07:00
Matt Bierner 2d1b28db22 Use the new lastCommittedOrigin for remote port forwarding in webviews (#105531)
Fixes #102449
2020-08-27 14:37:16 -07:00
Matt Bierner 1c4f6acea5 Gate webview polling usage to safari when scripts are disabled 2020-08-27 13:59:02 -07:00
Matt Bierner 2579c033f2 Enable pointer lock in webviews
Fixes #104169
2020-08-27 13:54:46 -07:00
Matt Bierner f542ed32c1 Rename 2020-08-27 13:51:11 -07:00
Matt Bierner 08be66406f Make context the first arugment to constructors 2020-08-27 13:51:11 -07:00
Matt Bierner 9b117bbb1d Move custom editor activation into mainThreadCustomEditors 2020-08-27 13:51:11 -07:00
Daniel Imms 2ad4bc2dbb Merge pull request #105527 from microsoft/tyriar/welcome
Welcome support in terminal
2020-08-27 12:58:32 -07:00
Daniel Imms 47ecd45eaa Merge branch 'master' into tyriar/welcome 2020-08-27 12:47:59 -07:00
Daniel Imms a5682a5a46 Require process support for most terminal keybindings 2020-08-27 12:46:46 -07:00
Daniel Imms aa6b2f163d Initial terminal welcome support 2020-08-27 12:38:33 -07:00
rebornix 2f88d58859 rename 💄 2020-08-27 12:06:04 -07:00
Rachel Macfarlane b991349b33 Mark onDidChangeAuthenticationProviders as deprecated in proposed API 2020-08-27 12:04:41 -07:00