mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 12:57:17 +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> {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
close() {
|
||||
console.log('close');
|
||||
}
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
"@theia/cli": "1.41.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build:dev": "theia build --config webpack.config.js --mode development",
|
||||
"prepare": "theia build --mode development",
|
||||
"start": "theia start --plugins=local-dir:../plugins",
|
||||
"watch": "theia build --watch --mode development"
|
||||
|
@ -5,8 +5,8 @@
|
||||
// @ts-check
|
||||
const config = require('./gen-webpack.config.js');
|
||||
|
||||
config.resolve.fallback['http'] = false;
|
||||
config.resolve.fallback['fs'] = false;
|
||||
config[0].resolve.fallback['http'] = false;
|
||||
config[0].resolve.fallback['fs'] = false;
|
||||
|
||||
/**
|
||||
* Expose bundled modules on window.theia.moduleName namespace, e.g.
|
||||
|
Loading…
x
Reference in New Issue
Block a user