-
Notifications
You must be signed in to change notification settings - Fork 110
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
PULL ALPHA #422
base: 0.3.3-alpha
Are you sure you want to change the base?
PULL ALPHA #422
Conversation
add permission documentation
update absolute path func for sourcify WriteFile error
update theme plugin
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <[email protected]>
Fix CompilationFileSources API interface
Bump ini from 1.3.5 to 1.3.7
Fix vscode bug on deactivation
add support for theia in webview
bump version 0.3.4
lastCompilationResult is what is being returned by getcompilationresult, not a compilationresult
return lastcompilationresult, not a compilationresult
AddAnnotation method added
revert allow_same_origin
Electronplugin
@@ -0,0 +1,157 @@ | |||
## Plugin electon | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```python |
@@ -0,0 +1,157 @@ | |||
## Plugin electon | |||
|
|||
How to use the plugin: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to use the plugin: | |
How to use the plugin: |
## Plugin electon | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Plugin electon | |
## Plugin electon | |
How to use the plugin: | ||
|
||
In electron you | ||
1. add the base plugin to a basic engine in electron: ElectronBasePlugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. add the base plugin to a basic engine in electron: ElectronBasePlugin | |
1. add the base plugin to a basic engine in electron: ElectronBasePlugin |
1. add the base plugin to a basic engine in electron: ElectronBasePlugin | |
1. add the base plugin to a basic engine in electron: ElectronBasePlugin |
PULL ALPHA