Matt Bierner
2edb9bc9ca
Reapply parcel/watcher adoption
...
Revert "Revert e7fffbf1c9169087f1098aedfe54c59c079fa3ac"
This reverts commit 6786b0ad7d .
Two changes:
- Lazy import parcel/watcher
- Add `@parcel/watcher` as a dev dep in extensions folder so that we pull in correct version for build os
2022-03-24 14:13:39 -07:00
Christof Marti
177fb07e50
Add "customizations" to unblock microsoft/dev-container-spec#1
2022-03-24 21:18:52 +01:00
Benjamin Pasero
126e4744ec
blue print tests for #145846
2022-03-24 17:02:17 +01:00
Dirk Baeumer
6786b0ad7d
Revert e7fffbf1c9
2022-03-24 09:04:05 +01:00
SteVen Batten
88632df6c9
update git: reveal in side bar
...
refs #145765
2022-03-23 16:47:43 -07:00
Tyler Leonhardt
bee517564c
remove leading / so that local dev would work
2022-03-23 16:03:26 -07:00
Matt Bierner
e7fffbf1c9
Use parcel for watching esbuild build files
...
Seeing small but consistent cpu usage when using esbuild's watcher. Switch to parcel to avoid this
2022-03-23 14:49:59 -07:00
Matt Bierner
5f5a917796
Remove test file
2022-03-23 14:49:59 -07:00
Martin Aeschlimann
632bf2c466
space around selector separator. Fixes #145767
2022-03-23 22:20:27 +01:00
Martin Aeschlimann
57b812582d
[css] Align formatter setting names. Fixes #145705
2022-03-23 18:26:30 +01:00
Martin Aeschlimann
6074970341
CSS format description references LESS. Fixes #145758
2022-03-23 18:03:40 +01:00
Benjamin Pasero
5f57f8c001
Editor is improperly marked isPreview in tabs api ( fix #145755 )
2022-03-23 10:39:21 +01:00
Benjamin Pasero
7de40ebc0b
remove uncommited changes ( #145853 )
2022-03-23 09:26:17 +01:00
Matt Bierner
e6e907e721
Move drop into feature to own file
2022-03-22 18:18:03 -07:00
Matt Bierner
77d9be7a45
Use text/uri-list for drop into editor
...
For #145713
2022-03-22 17:36:32 -07:00
Matt Bierner
82c70007a3
Make sure we decode path components for md path completions
...
Fixes #145447
2022-03-22 16:58:37 -07:00
Matt Bierner
d2db6fb2d0
Remove negative lookbehind in regexp
...
Fixes #145655
2022-03-22 14:34:46 -07:00
Johannes
0f648cd7db
add eslint rule to disallow look behind regex feature, ignore in git and markdown fyi @lszomoru, @mjbvz
2022-03-22 16:02:19 +01:00
Ladislau Szomoru
c6a623c185
Fix #144671
2022-03-22 13:35:16 +01:00
Martin Aeschlimann
56661ec16a
[html] A 'return' statement can only be used within a function body. Fixes #143220
2022-03-21 20:27:20 +01:00
Logan Ramos
a2d8edb83d
Tabs API renaming
2022-03-21 13:35:34 -04:00
Tyler Leonhardt
39c6779828
depend on stable vscode.dev for auth extensions
2022-03-21 09:35:34 -07:00
Ladislau Szomoru
cfb685861a
Fix ESLint error
2022-03-21 16:45:56 +01:00
Backfighter
b8a5e18171
Allow disabling integrated askpass ( #115455 )
...
The GIT_ASKPASS variable is currently enforced by vscode and there is no way to overwrite it.
This commit adds an options to disable the integrated askpass and use
your own.
Fixes #111839
2022-03-21 16:31:04 +01:00
Robo
b4b5c4d979
ci: fix published server arhive name on macOS ( #145509 )
2022-03-21 06:29:24 -07:00
Sebastian Bresin
7ed4699079
feat: also expose repository.revert() ( #145029 )
2022-03-21 13:11:43 +01:00
João Moreno
b390ac286b
OK
2022-03-21 09:30:09 +01:00
Tyler James Leonhardt
18df55c4d4
Use vscode.dev for GH auth ( #145424 )
...
* Use vscode.dev for GH auth
* use correct urls and fix URLSearchParams typing
2022-03-18 15:58:44 -07:00
Tyler Leonhardt
f728c9289e
use global URLSearchParams
2022-03-18 14:52:18 -07:00
Logan Ramos
8d99738d84
Remove unnecessary return in tab close
2022-03-18 17:28:42 -04:00
Logan Ramos
9f0bdbc6c5
Add active tab test
2022-03-18 16:12:06 -04:00
Logan Ramos
00a4adef89
Enable active tab integration test
2022-03-18 15:32:28 -04:00
Logan Ramos
799eb643c4
Re-enable some integration tests
2022-03-18 15:25:45 -04:00
Matt Bierner
bfc026b97a
Drop into text editor api proposal ( #143334 )
...
* Add drop into editor api proposal
For #142990
* Use AsyncEmitter
2022-03-18 11:32:11 -07:00
Logan Ramos
b906904089
Fix compile errors
2022-03-18 14:26:51 -04:00
rebornix
9d673ebe34
FIX #144343 . Update output items will re-render the cell output.
2022-03-18 10:50:50 -07:00
Martin Aeschlimann
50c8eb444d
[html, json] update services
2022-03-18 18:04:10 +01:00
Martin Aeschlimann
aa65936ebf
add css formatter. fixes #19166
2022-03-18 18:04:09 +01:00
Logan Ramos
4d9393e9d3
Renamed NotebookEditorDiffTabInput
2022-03-18 12:53:55 -04:00
Logan Ramos
9b7268acf9
Update telemetry module
2022-03-18 11:34:33 -04:00
Johannes
86ed5ee8e4
simpler check for diff editors
2022-03-18 14:49:09 +01:00
Johannes
c385364f5d
tabs - move move into TabGroups
2022-03-18 14:35:46 +01:00
Matt Bierner
307364a174
Check the static line cache for markdown custom editors
...
Fixes #138161
2022-03-17 16:06:07 -07:00
Logan Ramos
85c3df0dde
Tie in tab input, remove cleanup .d.ts
2022-03-17 16:54:44 -04:00
BamBamboozled
b6f6a37cbd
Add support for references when no [] exists ( #144781 )
...
* add single reference linking regex
* add less invasive regex
* add lookahead to exclude [tag]: <url> case
* add tests for references when no [] exists
* revert integration test script
* make test description clearer
* remove vim swap file (whoops)
Co-authored-by: Jayce <grate.resales.0r@icloud.com >
Co-authored-by: Jefferson Chen <jc@Jeffersons-MBP.attlocal.net >
2022-03-17 12:55:31 -07:00
Logan Ramos
c56ff000d4
Move close and add array support
2022-03-17 10:59:28 -04:00
Logan Ramos
1e0f8c9ba1
Re-enable vscode.open tab est
2022-03-17 10:59:27 -04:00
Matt Bierner
7ba9564ac6
Use correct casting when working with Object.freeze
...
Casting the result of Object.freeze results in a non-readonly object. Instead we should pass the type along to the call to `Object.freeze`
2022-03-16 16:00:32 -07:00
Logan Ramos
dfd1f28552
Skip test
2022-03-16 18:10:37 -04:00
Tyler James Leonhardt
00888f774d
depend on redirect route within Microsoft auth ( #145263 )
...
* depend on redirect service
* better server query parameter handling
2022-03-16 13:41:44 -07:00