p1c2u / vscode-docker-compose

Docker Compose Extension for Visual Studio Code
MIT License
18 stars 8 forks source link

Azure pipelines #24

Closed p1c2u closed 5 years ago

p1c2u commented 5 years ago

Strange error


2018-12-05T15:12:19.6490110Z npm ERR! docker-compose@0.3.2 compile: `tsc -p ./`
2018-12-05T15:12:19.6490730Z src/explorers/providers.ts(67,54): error TS2339: Property 'workspaceFolders' does not exist on type 'typeof workspace'.
2018-12-05T15:12:19.6491340Z src/explorers/providers.ts(68,45): error TS2339: Property 'workspaceFolders' does not exist on type 'typeof workspace'.
2018-12-05T15:12:19.6491500Z npm ERR! Exit status 2```