mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
* New drop and paste providers that create a url function snippet * added url pasting feature * added url pasting feature * added url pasting feature * Target just dropping/pasting resources for now * Move files * Remove unused strings * Removing more unused logic for now * Remove tsconfig change * Remove doc file * Capitalize * Remove old proposal names --------- Co-authored-by: Meghan Kulkarni <kulkarni.meg@gmail.com> Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out",
|
|
"lib": [
|
|
"webworker"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../../src/vscode-dts/vscode.d.ts",
|
|
"../../../src/vscode-dts/vscode.proposed.documentPaste.d.ts"
|
|
]
|
|
}
|