New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@github1s/vscode-web

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github1s/vscode-web

VS Code web for GitHub1s

  • 0.22.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
176
increased by319.05%
Maintainers
0
Weekly downloads
 
Created
Source

@github1s/vscode-web

This is the companion NPM package to support GitHub1s. The NPM package is @github1s/vscode-web.

Commands

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.

Local development

There are two ways to do local development with GitHub1s. 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 github1s
yarn build:vscode # Build the VS Code
yarn yalc # Install local package via yalc

yarn build # Build the GitHub1s & 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.

Publish

To publish the NPM package, please make sure you have the right access via https://www.npmjs.com/ and run the following commands:

cd github1s
cd vscode-web
yarn build
# bump the `version` field in vscode-web/package.json file.
npm publish --access public

Keywords

FAQs

Package last updated on 25 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc