Enable flowtype annotation support for newIDE for VSCode

This commit is contained in:
Florian Rival
2017-09-26 22:57:05 +02:00
parent 0287d80cbf
commit a291d846d8
2 changed files with 4 additions and 2 deletions

View File

@@ -78,5 +78,7 @@
"newIDE/app/build": true,
"newIDE/app/resources/GDJS": true,
"newIDE/electron-app/app/www": true
}
},
// Support for Flowtype:
"javascript.validate.enable": false
}

View File

@@ -25,7 +25,7 @@ const awsS3Client = new awsS3({
});
export default class BrowserS3PreviewLauncher {
static _openPreviewWindow = (project, url): void => {
static _openPreviewWindow = (project, url): any => {
const windowObjectReference = window.open(url, `_blank`);
return {
url,