Commit graph

105794 commits

Author SHA1 Message Date
Ulugbek Abdullaev 4c4639b888 extension linter: run parser with no regex error recovery 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev 2add9e8ceb extension linter: make sure we don't fail on array access 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev e7b54c4743 extension linter: report lexing errors even though parsing succeeds because of error-recovery 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev efffb789ff extension linter: add linting for when and enablement clauses in package.json's 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev e4fe3740b9 extension linter: add a warning todo 2023-02-28 14:00:30 +01:00
Ulugbek Abdullaev da6b280570 extension linter: refactor: rewrite package.json linting with a for-loop 2023-02-28 14:00:30 +01:00
Benjamin Pasero 63e1f7ecd4
diag - improve process titles (#175632)
* diag - improve process titles

* do not use correlation id
2023-02-28 11:10:52 +01:00
Sandeep Somavarapu 33b821bab2
fix #175396 (#175631) 2023-02-28 00:58:27 -08:00
Benjamin Pasero c149df2e41
Use registerAction2 instead of registerWorkbenchAction (#162713) (#175622) 2023-02-28 00:57:57 -08:00
Benjamin Pasero 5c065dc889
Merge pull request #175625 from microsoft/ben/relative-manatee
Try to fix insiders build
2023-02-28 08:54:12 +01:00
Benjamin Pasero 8577c5084c
Revert "fix build (#175619)"
This reverts commit e6fc90366e.
2023-02-28 08:37:47 +01:00
Benjamin Pasero 2cad803acf
Revert "Bump openssl-src from 111.22.0+1.1.1q to 111.25.0+1.1.1t in /cli (#173883)"
This reverts commit be0f82c93a.
2023-02-28 08:37:33 +01:00
Benjamin Pasero e6fc90366e
fix build (#175619)
Revert "Bump @vscode/policy-watcher (#175195)"

This reverts commit 3bee0c9cf8.
2023-02-28 07:04:19 +01:00
Tyler James Leonhardt ebc6d675b7
Show no results pick when we have no input (#175576)
Fixes #172613
2023-02-28 06:13:38 +01:00
Raymond Zhao 3bee0c9cf8
Bump @vscode/policy-watcher (#175195) 2023-02-27 17:42:19 -08:00
Matt Bierner 28314baf1a
Mark properties readonly (#175604) 2023-02-27 17:33:48 -08:00
Kartik Raj 8890366ca2
Merge pull request #175607 from microsoft/python/distro 2023-02-27 17:09:18 -08:00
Kartik Raj 3aa85dd387 Make change 2023-02-28 00:48:13 +00:00
Peng Lyu bc7d1ce621
Prep for notebook warmup refactor. (#175580) 2023-02-28 00:26:40 +01:00
Matt Bierner 22d7cb70c1
Fix interactive/notebook layout after groups change (#175570)
Fixes #174273

- Pass along position in `editorGroupsService.onDidScroll`
- Make sure interactive editor also passes along position
2023-02-27 23:51:28 +01:00
Joyce Er bad739ed8c
Allow resuming unrelated changes from the Cloud Changes view (#175593) 2023-02-27 23:42:59 +01:00
Matt Bierner 12657638d7
Focus editor on drop (#175594)
Fixes #174480
2023-02-27 23:41:00 +01:00
Joyce Er 5148e0bde9
Use Buffer.toString in node-only context (#175592) 2023-02-27 23:31:16 +01:00
Matt Bierner 477b8a2af6
Store DataTransfer mime entries in lowercase (#175582)
https://html.spec.whatwg.org/multipage/dnd.html#dom-datatransfer-setdata-dev

Fixes #175579
2023-02-27 14:29:01 -08:00
Daniel Imms d772411ae2
Merge pull request #175574 from microsoft/tyriar/175503
Don't report some term backend errors
2023-02-27 13:37:09 -08:00
Sandeep Somavarapu e9bddf8f43
add logging #174061 (#175583) 2023-02-27 22:34:43 +01:00
Daniel Imms 64800eb5dc
Don't report some term backend errors
Fixes #175503
2023-02-27 12:37:49 -08:00
Tyler James Leonhardt bceaaf84a2
Modernize & clean up issue contribution (#175571)
* move duplicate code into common
* move code from random files into the contributions
* use classes instead of global scope (move to ProductService instead of product directly)
* use common naming (Native for electron, Web for web)
2023-02-27 11:44:15 -08:00
Matt Bierner ce24cb7dac
Fix suggest action toggling (#175567)
Fixes #175113
2023-02-27 20:10:00 +01:00
Andrea Mah 0e7a195c75
fix Focus/Selection split on delete (#175566)
Fixes #163003
2023-02-27 20:06:06 +01:00
Connor Peet c206c58ad1
debug: fix cannot read property error in repl (#175565)
We should just make the tree `| undefined`; it's already being optioned checked in half the places in the repl

Fixes #175517
2023-02-27 10:54:59 -08:00
Andrea Mah b58d49dd7e
fix selection/focus separation on search (#175402)
Fixes #172894
2023-02-27 10:47:25 -08:00
Aiday Marlen Kyzy e1967e9d0b
Merge pull request #166560 from azdavis/main
Put marker hovers on top
2023-02-27 19:30:36 +01:00
Matt Bierner 57d00e6f22
Restore notebook layout perf optimization (#175550)
This reverts commit 1fa08d1121.

Reverting since #175181 is now merged in
2023-02-27 10:22:44 -08:00
Johannes Rieken 76c459116e
update api notebook (#175558) 2023-02-27 19:13:26 +01:00
Connor Peet 77edc94a35
testing: add api note about new lines (#175557)
See #174771
2023-02-27 19:07:43 +01:00
Daniel Imms 582b2a78d6
Merge pull request #175555 from microsoft/tyriar/172068_2
Fix create pr quick fix once and for all
2023-02-27 10:07:28 -08:00
Daniel Imms cab1324d0d
Fix create pr quick fix once and for all
The issues being fixed here is:

- The empty line in offset was not expected, the example was updated and
  4 is now used.
- The length 6 was actually resulting in a wrapped line array of length
  5, this was a bug we didn't catch when tweaking the wrapped line logic.
- A length of 6 should be sufficient, but it's upped to 12 just in case.

Fixes #172068

Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-02-27 09:47:08 -08:00
Matt Bierner 7570fadcce
Split uri-lists on \r\n for markdown drop (#175552)
Fixes #175547
2023-02-27 17:55:04 +01:00
dependabot[bot] be0f82c93a
Bump openssl-src from 111.22.0+1.1.1q to 111.25.0+1.1.1t in /cli (#173883)
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.22.0+1.1.1q to 111.25.0+1.1.1t.
- [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
- [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)

---
updated-dependencies:
- dependency-name: openssl-src
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 16:05:56 +00:00
Sandeep Somavarapu 2176fecc04
fix #175245 (#175541) 2023-02-27 17:01:15 +01:00
Ulugbek Abdullaev 53a904bc95 context keys: parser: make _scanner and _config readonly 2023-02-27 16:46:59 +01:00
Ulugbek Abdullaev 86481ce1d1 context keys: parser: preserve old parsers behavior with "foo == 'true'" remaining same, but "foo == true" being optimized to "foo" 2023-02-27 16:46:59 +01:00
Ulugbek Abdullaev d52a5d16c6 context keys: parsing: raise parsing error on regexp object creation 2023-02-27 16:46:59 +01:00
Ulugbek Abdullaev 8102c1ace5 context keys: parsing: rewrite scanner and parser error reporting 2023-02-27 16:46:59 +01:00
Ulugbek Abdullaev 44de0130ea context keys: parser: support for running without regex parsing error recovery 2023-02-27 16:46:59 +01:00
Ulugbek Abdullaev 31dc62534e context keys: remove unused new parser caller 2023-02-27 16:46:59 +01:00
Aiday Marlen Kyzy 395b3c2c9a
Merge pull request #175543 from microsoft/aiday/issue#159265
Adding source !== 'api' caused regression
2023-02-27 16:42:24 +01:00
Aiday Marlen Kyzy f024093aad
removing the code 2023-02-27 16:25:09 +01:00
Megan Rogge 1ad3fb3221
use error cue instead of task failed for terminal command failure (#175380)
fix #175012
2023-02-27 09:22:40 -06:00