Robo
|
32d40cf44e
|
chore: update to electron 17 (#143223)
* chore: bump electron@17.0.0
* Revert "chore: revert to electron@13 (#143851)"
This reverts commit df645f1450.
* chore: bump electron@17.1.0
* Revert "ci: fix build with latest node-gyp"
This reverts commit c3e948aa30.
* chore: revert ci changes for node v16
* chore: update yarn.lock
* chore: bump electron@17.1.1
|
2022-03-11 00:51:37 +09:00 |
|
Robo
|
df645f1450
|
chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"
This reverts commit 01df559c18.
This reverts commit 46301339b7
* ci: fix remote compiler for sdl-scan
* chore: fix remote/.yarnrc
* chore: fix build/npm/postinstall.js
* chore: rm crash reporter from shared process
* chore: rm crash reporter from ext host
* chore: fix build/lib/layersChecker.ts
* :chore: preserve some more changes
* fix tests
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
|
2022-02-24 17:49:49 +01:00 |
|
Robo
|
01df559c18
|
chore: update to electron 16 (#137241)
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f.
* Revert "watcher - enable crash reports on linux (#136264)"
This reverts commit af261488f8.
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416)
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109)
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c.
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951.
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732.
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
|
2022-02-08 20:09:00 +01:00 |
|
Raymond Zhao
|
21e0035bdb
|
Refresh Emmet updateImageSize tests
Fixes #138499
|
2021-12-07 13:42:20 -08:00 |
|
Raymond Zhao
|
e1e648fe6e
|
Revert back to onStartupFinished activation event
Fixes #137012
|
2021-11-15 12:39:25 -08:00 |
|
Raymond Zhao
|
fc504f3af3
|
Fix when clauses for Emmet commands
|
2021-10-20 09:02:28 -07:00 |
|
Raymond Zhao
|
7f8d465069
|
Fixes #134149
- Add more Emmet onCommand activation points
- Only let Emmet commands show up in files
|
2021-10-19 16:07:27 -07:00 |
|
Raymond Zhao
|
f542a0e83a
|
Update emmet-helper dependency
Fixes #117519
Fixes #131966
|
2021-10-07 16:30:17 -07:00 |
|
Raymond Zhao
|
c359130500
|
Change emmet.extensionsPath to machine-overridable
Affects #117519
|
2021-10-07 16:30:15 -07:00 |
|
Raymond Zhao
|
982e1af4ac
|
Change various Emmet settings to be resource scope
Affects #117519
|
2021-10-06 14:38:45 -07:00 |
|
Raymond Zhao
|
7ff3cc58d6
|
Add specific activation languages
Fixes #133194
|
2021-10-06 12:22:37 -07:00 |
|
Raymond Zhao
|
686745c5d4
|
Help emmet settings show up in settings editor
|
2021-08-04 10:37:01 -07:00 |
|
rebornix
|
473cfe28bf
|
Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
|
2021-05-25 17:49:34 -07:00 |
|
Harald Kirschner
|
7c01395da1
|
Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
|
2021-05-25 17:19:40 -07:00 |
|
Raymond Zhao
|
3ccbe2a6b1
|
Fixes #124247
|
2021-05-25 12:19:51 -07:00 |
|
Robo
|
bce4d71f64
|
chore: bump node@14.x in devDependencies (#122905)
|
2021-05-04 10:04:13 +02:00 |
|
Sandeep Somavarapu
|
ac151b40a5
|
enable virtual workspace capability
|
2021-04-23 10:20:23 +02:00 |
|
Sandeep Somavarapu
|
70c5e1e00c
|
fix compilation
|
2021-04-22 15:50:01 +02:00 |
|
SteVen Batten
|
f9fc28d47d
|
update ext manifest schema validation and built-in exts
|
2021-04-21 11:54:42 -07:00 |
|
Raymond Zhao
|
f689971195
|
Mark Emmet trusted
|
2021-04-08 13:07:25 -07:00 |
|
Raymond Zhao
|
bbcaac9693
|
Fix output.selfClosingStyle, fixes #120417
|
2021-04-06 14:37:43 -07:00 |
|
Raymond Zhao
|
b88f1ede0e
|
Emmet polish and updateExtensionsPath changes
Fixes #117515, fixes #120435
|
2021-04-02 13:11:29 -07:00 |
|
Raymond Zhao
|
8fcdb2035a
|
Improve descriptions, fixes #117516, fixes #117518
|
2021-04-02 10:01:16 -07:00 |
|
Raymond Zhao
|
083bf90204
|
JSX self-closing style should default to XHTML, fixes #120356
|
2021-04-01 16:20:24 +00:00 |
|
Raymond Zhao
|
c0ed513633
|
Add output.inlineBreak parameter, fixes #119088
|
2021-03-30 12:51:40 -07:00 |
|
Raymond Zhao
|
aaf70523a8
|
Bump vscode-emmet-helper, fixes #118008
|
2021-03-03 23:18:17 +00:00 |
|
Hsuan-An Weng Lin
|
975dfff6db
|
Emmet: Change the type of emmet extensions path (#117946)
* Emmet: change extensionsPath input type to string[]
* Emmet: add migration function for old config
|
2021-03-02 12:14:51 -08:00 |
|
Hsuan-An Weng Lin
|
5654c838e8
|
Emmet: add support of multiple extensions path (#117105)
|
2021-02-22 11:20:21 -08:00 |
|
Jean Pierre
|
5d2c9bf299
|
Consolidate wrapWithAbbreviation and wrapIndividualLinesWithAbbreviation in one command (#116603)
fixes #109191, fixes #116738
|
2021-02-19 11:33:47 -08:00 |
|
Hsuan-An Weng Lin
|
2bb9fdfa8c
|
Emmet: add css.color.short setting (#116912)
Fixes #72594
|
2021-02-18 08:54:35 -08:00 |
|
Jean Pierre
|
1170b3158e
|
Emmet: add output.reverseAttributes option (#116088)
Fixes #110251
|
2021-02-12 20:54:57 +00:00 |
|
Raymond Zhao
|
7661c8e35c
|
Move emmet to emmetio/emmet npm dependency, fixes #110697
|
2021-02-12 20:13:54 +00:00 |
|
Raymond Zhao
|
339d6ddf18
|
Fix #115854, #115839
|
2021-02-05 19:07:57 +00:00 |
|
Raymond Zhao
|
caca11f299
|
Bump Emmet to fix #115623
|
2021-02-03 17:56:20 +00:00 |
|
João Moreno
|
ec805db5ed
|
add repository field to extensions package.json
|
2021-01-29 15:30:45 +01:00 |
|
João Moreno
|
9a5d14e307
|
run prettier over extensions json files
|
2021-01-29 15:19:18 +01:00 |
|
Raymond Zhao
|
d36b3616e7
|
Change Emmet to onStartupFinished #110031
|
2021-01-07 13:22:10 -08:00 |
|
Raymond Zhao
|
dc5a3da3ab
|
Upgrade to latest Emmet (#113848)
|
2021-01-05 15:14:33 -08:00 |
|
Raymond Zhao
|
b84858babe
|
Emmet remove dependency on vscode-html-languageservice (#113599)
|
2020-12-30 10:14:23 -08:00 |
|
Alexandru Dima
|
f74ad9692f
|
Align @types/* dev dependencies (#112718)
|
2020-12-18 13:28:39 +01:00 |
|
Alexandru Dima
|
7ca71e763d
|
Move away from deprecated 'vscode' node module (#112718)
|
2020-12-17 21:40:14 +01:00 |
|
Alexandru Dima
|
ed19f6082f
|
Share mocha related node modules (#112718)
|
2020-12-17 11:03:49 +01:00 |
|
Raymond Zhao
|
4c55c7264f
|
Revert "Fix #58600, Format Emmet package.json (#110891)"
This reverts commit ffacef4727.
|
2020-11-23 09:20:27 -08:00 |
|
Raymond Zhao
|
ffacef4727
|
Fix #58600, Format Emmet package.json (#110891)
|
2020-11-19 13:44:11 -08:00 |
|
Raymond Zhao
|
e7ce16ceb0
|
Preserve old showEmmetcommands ID #58600
|
2020-11-17 23:27:24 +00:00 |
|
Raymond Zhao
|
33e7e030d2
|
Move Show Emmet Commands command to extension #58600
|
2020-11-17 23:17:05 +00:00 |
|
Raymond Zhao
|
c9bebe2cc9
|
Fix #98041
|
2020-11-10 00:09:42 +00:00 |
|
Raymond Zhao
|
e94a1bd7ef
|
Bump vscode-emmet-helper to 2.0.8
|
2020-10-28 17:14:33 +00:00 |
|
ChaseKnowlden
|
e8760a5d6c
|
Fix capitalization of GitHub org
|
2020-09-17 11:43:03 +02:00 |
|
Martin Aeschlimann
|
6f5ebbaafb
|
use vscode-emmet-helper isnetad of vscode-emmet-helper2
|
2020-08-14 13:56:34 +02:00 |
|