
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@dedevs/vscode-web
Advanced tools
This is the companion NPM package to support dedevs. The NPM package is @dedevs/vscode-web.
yarn clone - clone the official VS Code repo.
yarn build - build the VS Code with the custom code under src.
yarn watch - watch the code change under src directory and rebuild VS Code.
There are two ways to do local development with vscode-web. For feature development, you could use the yarn watch-with-vscode under the root directory.
To verify the NPM package content itself before publish. You need to install the yalc first (yarn global add yalc).
Then run the following commands:
cd dedevs-vscode
yarn build:vscode # Build VSCode
yarn yalc # Install local package via yalc
yarn build # Build dedevs-vscode & other extensions
yarn serve
And visit the http://localhost:8080 to verify the change. Please revert any changes related to yalc before commit, i.e. the package.json, the .yalc/ and yalc.lock files.
To publish the NPM package, please make sure you have the right access via https://www.npmjs.com/ and run the following commands:
cd dedevs-vscode
cd vscode-web
yarn build
# bump the `version` field in vscode-web/package.json file.
npm publish --access public
FAQs
VS Code web for DeDevs
We found that @dedevs/vscode-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.