mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
8 lines
366 B
Text
8 lines
366 B
Text
This is a fork of the VSCode repo called Void.
|
|
|
|
Most code we care about lives in src/vs/workbench/contrib/void.
|
|
|
|
You may often need to explore the full repo to find relevant parts of code.
|
|
Look for services, and built-in functions that you might need to use to solve the problem.
|
|
|
|
NEVER lazily cast to 'any' in typescript. Find the correct type to apply and use it.
|