Files
vscode/extensions/shared.webpack.config.js
Matt Bierner e262c88fb1 Fix process.platform for picomatch (#150430)
The `picomatch` library currently checks `process.platform`. This check fails on web, which causes the markdown extension to not load

To fix this, I'm replacing `process.platform` with the string`'web'`
2022-05-26 01:28:46 +00:00

5.2 KiB