• J
    make vscode.d.ts use a declare module, #13990 · dc7402b9
    Johannes Rieken 提交于
    * a declared module allows to have a sibling module containing experimental API
    * this change also cleans up some bogous type pollution that happened because vscode used to be both, a declare module and a global namespace
    dc7402b9
extHostCommands.ts 4.4 KB