This website requires JavaScript.
Explore
Help
Register
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
You've already forked vscode
mirror of
https://github.com/microsoft/vscode.git
synced
2026-04-27 20:13:32 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
88bc3b3d35cb54a9e234e06a1dfa326cf44e9205
vscode
/
src
/
vs
/
workbench
/
api
/
shared
History
Matt Bierner
986f924ad5
Prefer using Array<T> for complex array types
...
Use `Array<T | U>` when dealing with union types instead of `(T | U)[]`
2018-12-13 16:40:44 -08:00
..
editor.ts
Remove use strict directives in main vs code ts files
2018-10-02 16:05:44 -07:00
tasks.ts
Prefer using Array<T> for complex array types
2018-12-13 16:40:44 -08:00