Skip to content

beiwangai/codent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn VS Code

Build without extensions

When we only care about VS Code Core, we want to disable all extension related staff to accelerate build and debug pipelines.

Disable npm install in extensions

build\npm\dirs.js Delete extension related directories.

Skip local builtin extensions build tasks

npm run gulp compile-client

Skip marketplace builtin extensions

Clear builtInExtensions array in product.json

Don't load builtin extensions from extensions/

In .\scripts\code.bat, add --builtin-extensions-dir=empty, and if not exist empty mkdir empty to prepare an empty directories for VS Code to load extensions from.

Run VS Code

Press F5.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2,234