Commit Graph

69837 Commits

Author SHA1 Message Date
Daniel Imms b2b71a8296 Sanity check lines[y] to fix exception
Fixes #105333
2020-08-26 06:50:45 -07:00
Benjamin Pasero 995302fd69 Load 'node-pty' async (fix #105345) (#105401)
* Load 'node-pty' async (fix #105345)

* Use import type to prevent accidentally code import

Co-authored-by: Daniel Imms <daimms@microsoft.com>
2020-08-26 15:45:58 +02:00
Benjamin Pasero bb2e67f6d6 load tas-client async (fix #105343) (#105400)
* load tas-client async (fix #105343)

* use import type
2020-08-26 15:45:24 +02:00
Sandeep Somavarapu c5fe5d7c1a open editors and pin 2020-08-26 15:05:23 +02:00
Sandeep Somavarapu 9225f89294 clean up 2020-08-26 15:05:23 +02:00
Benjamin Pasero 5f80fba373 fuzzy scorer - use prefix highlight positions if available 2020-08-26 14:47:48 +02:00
Ladislau Szomoru bbb9784d8b PoliCheck 💄 2020-08-26 14:42:39 +02:00
Ladislau Szomoru 70da5e2710 PoliCheck 💄 2020-08-26 13:28:43 +02:00
Benjamin Pasero f922e8b757 debt - remove lib.array-ext.d.ts and support Array.includes (fix #102566) (#105404) 2020-08-26 13:07:30 +02:00
Johannes Rieken 0681925277 refactor bulk edit service a little so that it is fit for new edit types, https://github.com/microsoft/vscode/issues/105283 2020-08-26 12:29:26 +02:00
Sandeep Somavarapu 466cc0f807 align workspace recommendations 2020-08-26 11:49:32 +02:00
Sandeep Somavarapu 52b5ca614a use language name in recommendation 2020-08-26 10:34:37 +02:00
Benjamin Pasero 3503c0124a fuzzy scorer - make sure to give prefix scores the same fuzzy scoring treatment
This fixes issues around multi-queries, where each segment has  a prefix match.
2020-08-26 10:04:26 +02:00
Benjamin Pasero 7df29b1236 sandbox - fix for windows 2020-08-26 09:07:50 +02:00
Eric Amodio e7da3681fe Updates distro 2020-08-26 03:01:24 -04:00
Martin Aeschlimann 31a985b92f Merge pull request #105326 from jonatan-ivanov/jenkinsfile-extension-support
Support for .jenkinsfile extension and Jenkinsfile.* filename pattern
2020-08-26 08:53:59 +02:00
Eric Amodio b0f04b60e5 Fixing build 2020-08-26 02:48:41 -04:00
Benjamin Pasero 46860a105b sandbox - allow to bring up a minimal workbench with simple services and in-memory file-system 2020-08-26 08:32:19 +02:00
Rob Lourens 804d5cbfe3 Run one inset modification at a time so they don't trample each other
Fix #105320
2020-08-25 20:35:04 -07:00
Sandeep Somavarapu 0f22246a44 improve wordings and show all recommendations 2020-08-26 01:45:28 +02:00
Rob Lourens ee1a39e1ee Fix sizing cell incorrectly for webview outputs
- webview outputs are not "hasDynamicHeight"
- The "else if" condition got flipped around in the last change
2020-08-25 16:19:29 -07:00
Sandeep Somavarapu 8bfdb0f87b Improve exe based recommendations 2020-08-26 01:18:50 +02:00
Matt Bierner c5134d83f7 Fix updating of a webview view's title 2020-08-25 15:17:09 -07:00
rebornix 1a16b307d4 update nb diff editor options. 2020-08-25 13:36:40 -07:00
rebornix bd4e3c30a7 diff view and fix compile 2020-08-25 13:05:28 -07:00
rebornix ebccd57e8c insert/delete background colors for cells. 2020-08-25 13:05:28 -07:00
Rob Lourens e64c80c1a0 Merge pull request #105101 from irridia/irridia-feature-regex-caseops
Support \U\u\L\l replace modifiers in global search/replace (see PR #96128)
2020-08-25 12:37:19 -07:00
Matt Bierner 02bafd47bb Support schemes with - in the name, such as vscode-remote 2020-08-25 12:17:21 -07:00
Matt Bierner 4b222a704f Revert "Revert "Use TS 4.1-nightly for building VS Code""
This reverts commit 4e96ceff54.
2020-08-25 11:59:20 -07:00
Rob Lourens e25fd3fb96 Merge branch 'master' into irridia-feature-regex-caseops 2020-08-25 11:52:47 -07:00
rebornix b373309ab7 remove kernel from content provider. 2020-08-25 10:45:29 -07:00
rebornix 55e368c912 bundle the worker. 2020-08-25 10:07:27 -07:00
Alex Dima d233bf34bc - Add tests
- RHS of `in` expression is not a value, so don't deserialize it like a value
- avoid unnecessary undefined check
- use `hasOwnProperty` for object case
- keys() should include the RHS of `in` expression
2020-08-25 13:04:49 -04:00
Alex Dima 2057d8abb2 Fix build 2020-08-25 13:04:49 -04:00
Eric Amodio 8ca857a92e Closes #97544 - adds in operator to when clauses 2020-08-25 13:04:49 -04:00
Connor Peet 8817251691 debug: provide positive ack to js-debug bootloader on auto attach 2020-08-25 09:44:18 -07:00
Andre Weinand 7cc7041cf3 finalize DAP breakpoint mapping API; fixes #99716 2020-08-25 17:47:32 +02:00
rebornix 6aab9f199e lifecycle & disable scm notebook 2020-08-25 08:34:28 -07:00
Sandeep Somavarapu 81204145b5 Fix #104610 2020-08-25 16:36:44 +02:00
Johannes Rieken b2f3bf9075 fix https://github.com/microsoft/vscode/issues/105351 2020-08-25 15:20:43 +02:00
Benjamin Pasero b0f0a1bf81 web - only add window indicator if running without remote 2020-08-25 14:45:37 +02:00
Martin Aeschlimann 8981e5e24c Merge pull request #105304 from ZainChen/zain/markdown-themes
Update markdown themes
2020-08-25 14:32:17 +02:00
Benjamin Pasero 2e4bb09f42 💄 service name 2020-08-25 14:10:04 +02:00
Christof Marti f67d4ddacd Do not show auxiliary command in palette (fixes #105107) 2020-08-25 14:09:02 +02:00
Johannes Rieken 49ea79bbb7 make bulk edit service implementation a contrib, https://github.com/microsoft/vscode/issues/105283 2020-08-25 13:35:44 +02:00
Sandeep Somavarapu fe83bef4e3 Fix #105291 2020-08-25 13:10:43 +02:00
Sandeep Somavarapu 3697079bce fix #105235 2020-08-25 13:02:58 +02:00
Sandeep Somavarapu ac58587ea4 Fix #105291 2020-08-25 12:32:47 +02:00
Johannes Rieken 3773aa73a3 fix https://github.com/microsoft/vscode/issues/103745 2020-08-25 11:04:43 +02:00
Sandeep Somavarapu 4ccab0deda Fix #105336 2020-08-25 09:46:01 +02:00