File tree Expand file tree Collapse file tree
src/vs/workbench/api/node Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " *"
99 },
10- "enableProposedApi" : true ,
1110 "categories" : [
1211 " Other"
1312 ],
Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " *"
99 },
10- "enableProposedApi" : true ,
1110 "categories" : [
1211 " Other"
1312 ],
Original file line number Diff line number Diff line change 77 "engines" : {
88 "vscode" : " *"
99 },
10- "enableProposedApi" : true ,
1110 "categories" : [
1211 " Other"
1312 ],
Original file line number Diff line number Diff line change @@ -448,9 +448,9 @@ export function createApiFactory(
448448 getConfiguration : ( section ?: string ) : vscode . WorkspaceConfiguration => {
449449 return extHostConfiguration . getConfiguration ( section ) ;
450450 } ,
451- registerTaskProvider : proposedApiFunction ( extension , ( provider : vscode . TaskProvider ) => {
451+ registerTaskProvider : ( provider : vscode . TaskProvider ) => {
452452 return extHostTask . registerTaskProvider ( extension , provider ) ;
453- } )
453+ }
454454 } ;
455455
456456 class SCM {
You can’t perform that action at this time.
0 commit comments