blob: 3e1fb12efe79d3944c644780e6d348bd7787c473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Qt Extensions for Visual Studio Code
## Overview
This repository contains the source code for the Qt extensions for Visual Studio
Code.
## Development
For more information about developing Qt extensions, see [Development.md](Development.md).
## Documentation
For more information about using Qt extensions, go to
[Qt Extensions for VS Code Documentation](https://doc.qt.io/vscodeext/index.html).
For pre-release versions, go to
[Qt Extensions for VS Code Pre-release Documentation](https://doc-snapshots.qt.io/vscodeext-dev/).
## Issues
If you encounter any issues with the extension, please [report the
issues](https://bugreports.qt.io/projects/VSCODEEXT).
## License
This extension can be licensed under the Qt Commercial License and the
LGPL 3.0. See the text of both licenses [here](LICENSE).
|