Commit Graph
9 Commits
Author SHA1 Message Date
Benjamin PaseroandGitHub 7cbcafcbcc esm - remove loader.js dependency fully (#226414)
* esm - remove `loader.js` dependency fully

* .
2024-08-23 12:53:58 +02:00
Benjamin PaseroandGitHub 16654e6126 esm - reduce diff to branch (#221154) 2024-07-09 08:08:56 +02:00
Benjamin PaseroandGitHub ec121acd62 debt - enable type check in JS files (#216534)
* debt - enable type check in JS files

* fix require
2024-06-18 20:30:17 +02:00
Matt BiernerandGitHub c3515864b9 Enable use strict on unc.js (#216515)
Fixes #216424

Reveals a few errors too that should be fixed by future changes
2024-06-18 18:08:04 +02:00
RoboandGitHub 8fb5ea0142 feat: use custom tag instead of custom version for MS electron releases (#181309)
* feat: use custom tag instead of custom version for MS electron releases

* chore: bump @vscode/gulp-electron

* chore: move build id to .yarnrc

* chore: rename enableUNCAccessChecks => restrictUNCAccess

* chore: update electron@22.3.11

* chore: add build info to about dialog

* chore: simplify helper function

* chore: remove unused node.js checksums

* chore: bump nodejs internal version

* chore: bump distro

* fix: revert changes to sign.ts

* chore: bump distro
2023-06-17 03:03:35 +02:00
04f7885c54 UNC allow list checks cannot be disabled in extension host (#184989) (#185083)
* UNC allow list checks cannot be disabled in extension host (#184989)

* Update src/vs/base/node/unc.js

Co-authored-by: Robo <hop2deep@gmail.com>

---------

Co-authored-by: Robo <hop2deep@gmail.com>
2023-06-14 10:25:30 +02:00
Benjamin PaseroandGitHub 558e126e53 UNC host allow list should be case insensitive (fix #182277) (#182757)
* UNC host allow list should be case insensitive (fix #182277)

* only use `toLowerCase()`
2023-05-22 23:35:45 +09:00
Benjamin PaseroandGitHub b4a2a006a3 Allow to disable UNC access restrictions (fix #182055) (#182755) 2023-05-17 22:32:43 +09:00
Benjamin PaseroandGitHub 2e671b3a29 UNC follow up changes (#181946)
* settings include update

* more cleanup
2023-05-09 22:02:51 +02:00