![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@github1s/vscode-web
Advanced tools
This is the companion NPM package to support GitHub1s. The NPM package is @github1s/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 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.
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
FAQs
VS Code web for GitHub1s
The npm package @github1s/vscode-web receives a total of 144 weekly downloads. As such, @github1s/vscode-web popularity was classified as not popular.
We found that @github1s/vscode-web demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.