mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-11 13:26:32 +00:00
spinner and inversify error
This commit is contained in:
parent
493ddc22d7
commit
f343c7ffc5
@ -14,4 +14,8 @@ export class DefaultWindowService
|
|||||||
async isFirstWindow(): Promise<boolean> {
|
async isFirstWindow(): Promise<boolean> {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
close() {
|
||||||
|
console.log('close');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"@theia/cli": "1.41.0"
|
"@theia/cli": "1.41.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build:dev": "theia build --config webpack.config.js --mode development",
|
||||||
"prepare": "theia build --mode development",
|
"prepare": "theia build --mode development",
|
||||||
"start": "theia start --plugins=local-dir:../plugins",
|
"start": "theia start --plugins=local-dir:../plugins",
|
||||||
"watch": "theia build --watch --mode development"
|
"watch": "theia build --watch --mode development"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
const config = require('./gen-webpack.config.js');
|
const config = require('./gen-webpack.config.js');
|
||||||
|
|
||||||
config.resolve.fallback['http'] = false;
|
config[0].resolve.fallback['http'] = false;
|
||||||
config.resolve.fallback['fs'] = false;
|
config[0].resolve.fallback['fs'] = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Expose bundled modules on window.theia.moduleName namespace, e.g.
|
* Expose bundled modules on window.theia.moduleName namespace, e.g.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user