Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new info about webIDE #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions readme.md
Expand Up @@ -78,6 +78,22 @@ geo.enabled = false
plugin.state.flash = 0
```

#### Web IDE
have got features for remote debugging and connection actions in your browser, gives posibility for remote plugins installation. If you don't use it for web development will be better to switch it off.
```
devtools.webide.autoConnectRuntime - false
devtools.webide.autoInstallADBHelper - false
devtools.webide.autoInstallFxdtAdapters - false
devtools.webide.autosaveFiles - false
devtools.webide.enabled - false
devtools.webide.enableLocalRuntime - false
devtools.webide.monitorWebSoketURL - remove string
devtools.webide.restoreLastProject - false
devtools.webide.showProjectEditor - false
devtools.webide.widget.autoinstall - false
devtools.webide.widget.enabled - false
```

---

#### Important changes
Expand Down