Go to file
m2researchdev 96d3026101 Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
.vscode Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
client Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
syntaxes Initial Commit 2023-06-15 11:22:53 +01:00
.envrc Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
.gitignore Initial Commit 2023-06-15 11:22:53 +01:00
.vscodeignore Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
CHANGELOG.md Initial Commit 2023-06-15 11:22:53 +01:00
README.md Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
language-configuration.json Initial Commit 2023-06-15 11:22:53 +01:00
package-lock.json Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
package.json Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
packagee.yaml Initial Commit 2023-06-15 11:22:53 +01:00
shell.nix Made a nix shell for development, prepared for development packaging, changed a few settings 2023-09-10 15:21:56 +01:00
tsconfig.json Initial Commit 2023-06-15 11:22:53 +01:00
vsc-extension-quickstart.md Initial Commit 2023-06-15 11:22:53 +01:00

README.md

OpenQuest

A Language extension for the Quest language, a DSL for mission scripting (Metin2)

Features

Supports mostly all known tipical features like:

  • Quest Language Highlighting and formatting
  • Lua Language embedded in respective Quest scopes
  • OpenQuest Language Server support
  • Language Server connections (local and remote)

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

![feature X]images/feature-x.png

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Requirements

The extension is able to provide everything necessary by itself, however you can check its Settings for things you might want to change to your own

Known Issues

Nothing quite yet

Packaging

Debug

Run the packaging commands (it also bundles to slim it): vsce package

Release

No instructions yet as the release/publish process is not decided

https://code.visualstudio.com/api/working-with-extensions/publishing-extension https://code.visualstudio.com/api/working-with-extensions/bundling-extension