Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oracle/gdk-vscode-extensions
Graal Development Kit for Micronaut VSCode developer support
https://github.com/oracle/gdk-vscode-extensions
devops gcn graalvm oci vscode-extension
Last synced: 2 months ago
JSON representation
Graal Development Kit for Micronaut VSCode developer support
- Host: GitHub
- URL: https://github.com/oracle/gdk-vscode-extensions
- Owner: oracle
- License: upl-1.0
- Created: 2023-09-04T08:45:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T15:07:05.000Z (6 months ago)
- Last Synced: 2024-07-15T18:18:42.271Z (6 months ago)
- Topics: devops, gcn, graalvm, oci, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 114 MB
- Stars: 10
- Watchers: 9
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Graal Development Kit for Micronaut® VSCode extensions
This suite provides extensions to Visual Studio Code that supports development of Graal Development Kit for Micronaut (GDK) and Micronaut applications, OCI DevOps support and JDBC support for Oracle Database and MySQL for VSCode.
The extensions are Technology Preview.
## Build VSIX package from sources
To build VSIX packages of the GDK extensions, take the following steps:
* Install `npm`
* Install `vsce` if not installed automatically
* To build all extensions at once run following command at this top level folder.
```bash
$ npm run build
```
* Build each extension separately, e.g. **micronaut** ext:
```bash
npm run build:micronaut
```
Specify name of the folder with extension after **`:`**## Installation
To install the extension into Visual Studio Code, take the following step:
* Install desired package with `code --install-extension `
```bash
code --install-extension micronaut/micronat-*.vsix
```
## ContributingThis project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
Released under the Universal Permissive License v1.0 as shown at
.----
Micronaut® is a registered trademark of Object Computing, Inc. Use is for referential purposes and does not imply any endorsement or affiliation with any third-party product. Unauthorized use is strictly prohibited.