Tyler James Leonhardt
|
29e985eca0
|
rev vscode-nls to version that doesn't ask for vscode-nls-web-data (#161819)
ref #161297
|
2022-09-26 11:10:54 -07:00 |
|
Martin Aeschlimann
|
c1dd46c2f4
|
[npm] package.json latest vue version incorrect (#159315)
[npm] package.json latest vue version incorrect. FIxes #158850
|
2022-08-29 15:49:48 +02:00 |
|
Tyler James Leonhardt
|
d8453c0440
|
Rev built-in versions of vscode-nls to 5.1.0 (#157530)
* rev version of vscode-nls to 5.1.0
* and yarn lock
|
2022-08-08 18:43:45 +02:00 |
|
Babak K. Shandiz
|
2150470804
|
🎁 Add option to disable script hovers in package.json files (#156752)
* ⚙️ Define `npm.scriptHover` configuration parameter
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
* 🌐 Add localized description for `npm.scriptHover` config parameter
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
* 🎁 Respect `npm.scriptHover` config parameter in `NpmScriptHoverProvider`
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
|
2022-08-01 09:43:31 -07:00 |
|
Connor Peet
|
d88ab38f1b
|
npm: remove icon from localization
For #153743
|
2022-07-06 10:57:16 -07:00 |
|
Megan Rogge
|
cf94d8370d
|
use const instead of literal (#151742)
use const
|
2022-06-10 13:56:43 +00:00 |
|
Johannes
|
ed9ed45794
|
Merge branch 'main' into joh/voluminous-lobster
|
2022-06-10 09:07:30 +02:00 |
|
Megan Rogge
|
4222eb73aa
|
allow excluding npm install script from the npm scripts view (#151647)
fix #149924
|
2022-06-09 17:15:43 -07:00 |
|
Johannes
|
3622010b64
|
Merge branch 'main' into joh/voluminous-lobster
|
2022-06-09 09:08:20 +02:00 |
|
jram
|
6d91b80dd8
|
[npm extension] exclude top level npm_modules when detecting npm scripts in workspaces (#150205)
* Check if current folder is a path that should be excluded
* update regex to be an exact match
|
2022-06-08 10:46:54 -07:00 |
|
Johannes
|
0656d21d11
|
auto-fixed prefer-const violation
|
2022-06-08 17:49:21 +02:00 |
|
Megan Rogge
|
7c22caad55
|
Use I prefix for task interfaces (#151350)
|
2022-06-07 09:27:44 -07:00 |
|
Alex Ross
|
a576b4c066
|
Fix npm task path now that there's no slash
|
2022-04-19 15:15:36 +02:00 |
|
Alex Ross
|
5468607181
|
Make npm task path fix backwards compatible
Fixes #147193
|
2022-04-12 16:02:47 +02:00 |
|
Alex Ross
|
2381cae3a5
|
Fix extra character in npm task path
Fixes #146165
|
2022-03-29 15:47:12 +02:00 |
|
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 |
|
Alex Ross
|
6a9c6c2ff9
|
Fix npm task resolving to include task group
Fixes #142615
|
2022-02-09 13:46:05 +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 |
|
Johannes Rieken
|
4a130c40ed
|
enable @typescript-eslint/member-delimiter-style , https://github.com/microsoft/vscode/issues/140391
|
2022-02-02 14:35:33 +01:00 |
|
Martin Aeschlimann
|
873a895208
|
Update request-light. Fixes #140227
|
2022-01-07 15:19:40 +01:00 |
|
Alex Ross
|
419d62aa0b
|
Fix multiple lockfile warning with npm workspaces
Fixes #139654
|
2021-12-23 14:02:18 +01:00 |
|
Alex Ross
|
ae3b03a7eb
|
Fix npm.scripsExplorerExclude for multiroot
Fixes #138826
|
2021-12-15 11:58:15 +01:00 |
|
Alex Ross
|
0c202aa22a
|
Improve multiple lock file warning
Fixes #138174
|
2021-12-08 14:49:03 +01:00 |
|
Alexandru Dima
|
51d7dd1a73
|
Selective task provider activation using a new onTaskType: activation event (#137662)
|
2021-12-07 17:43:38 +01:00 |
|
Martin Aeschlimann
|
75455fd428
|
update request-light. Fixes #136267
|
2021-12-02 15:44:56 +01:00 |
|
Alex Ross
|
231fe61ab5
|
Add setting to exclude scripts from NPM scripts view
Fixes #71635
|
2021-11-12 17:14:51 +01:00 |
|
Alex Ross
|
22b53c1acf
|
Add contextualTitle for NPM Scripts
Fixes #111994
|
2021-11-12 11:57:50 +01:00 |
|
Johannes Rieken
|
09c9d4c293
|
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 11:05:57 +01:00 |
|
Johannes Rieken
|
a4d426a1c2
|
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
|
2021-11-12 09:48:17 +01:00 |
|
Alex Ross
|
9efa55c419
|
Improve appearance of NPM scripts tree
Fixes #123091
|
2021-11-11 16:45:00 +01:00 |
|
Johannes Rieken
|
68e819043c
|
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
|
2021-11-09 15:53:35 +01:00 |
|
Johannes Rieken
|
9254a8cd27
|
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts -folder, https://github.com/microsoft/vscode/issues/131165
|
2021-11-09 15:00:03 +01:00 |
|
Simon Chan
|
c6e447b350
|
Fix a typo in npm extension package.json
|
2021-10-12 12:27:25 +08:00 |
|
Martin Aeschlimann
|
4feb4fd4d9
|
[html/css/json] update services
|
2021-07-25 17:31:20 +02:00 |
|
Martin Aeschlimann
|
8207551d34
|
update request-light
|
2021-07-14 22:34:03 +02:00 |
|
Martin Aeschlimann
|
23c58d4176
|
update request-light
|
2021-07-13 09:16:43 +02:00 |
|
Martin Aeschlimann
|
cde5781978
|
polish webpack configs
|
2021-07-09 11:55:21 +02:00 |
|
Martin Aeschlimann
|
7ebe6a6054
|
adopt web extensions to webpack 5
|
2021-07-08 21:41:03 +02:00 |
|
Johannes Rieken
|
14704a7e92
|
adopt API changes in tests and extensions
|
2021-06-22 14:35:32 +02:00 |
|
Johannes Rieken
|
b5da2d0f10
|
extract MarkdownString from MarkedString type, fyi @mjvbz
|
2021-06-16 14:53:42 +02:00 |
|
Alex Ross
|
736896527c
|
Improve npm trust message
|
2021-05-17 10:50:33 +02:00 |
|
Robo
|
bce4d71f64
|
chore: bump node@14.x in devDependencies (#122905)
|
2021-05-04 10:04:13 +02:00 |
|
Alex Ross
|
f38f90dfe1
|
Improve package.json file check
Fixes #120279
|
2021-04-22 17:35:45 +02:00 |
|
Sandeep Somavarapu
|
68bed01970
|
adopt virtual workspaces - not supported
|
2021-04-22 16:54:06 +02:00 |
|
SteVen Batten
|
ed16789225
|
localise workspace trust strings for exts
|
2021-04-22 07:44:24 -07:00 |
|
SteVen Batten
|
f9fc28d47d
|
update ext manifest schema validation and built-in exts
|
2021-04-21 11:54:42 -07:00 |
|
Martin Aeschlimann
|
f0a344a76e
|
npm: use which (#121209)
|
2021-04-13 19:34:43 +02:00 |
|
Matt Bierner
|
119581fc2a
|
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
|
2021-04-12 15:58:38 -07:00 |
|
Alex Ross
|
50fe76ba29
|
Onboard task extension to workspace trust
|
2021-04-09 14:29:13 +02:00 |
|