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.
To build VSIX packages of the GDK extensions, take the following steps:
- Install
npm
- Install
vsce
if not installed automatically
- Install
- To build all extensions at once run following command at this top level folder.
$ npm run build
- Build each extension separately, e.g. micronaut ext:
npm run build:micronaut
Specify name of the folder with extension after :
To install the extension into Visual Studio Code, take the following step:
- Install desired package with
code --install-extension <extension.vsix>
code --install-extension micronaut/micronat-*.vsix
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide
Please consult the security guide for our responsible security vulnerability disclosure process
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.
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.