You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
m2researchdev 96d3026101
Made a nix shell for development, prepared for development packaging, changed a few settings
3 weeks ago
.vscode Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
client Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
syntaxes Initial Commit 4 months ago
.envrc Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
.gitignore Initial Commit 4 months ago
.vscodeignore Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
CHANGELOG.md Initial Commit 4 months ago
README.md Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
language-configuration.json Initial Commit 4 months ago
package-lock.json Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
package.json Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
packagee.yaml Initial Commit 4 months ago
shell.nix Made a nix shell for development, prepared for development packaging, changed a few settings 3 weeks ago
tsconfig.json Initial Commit 4 months ago
vsc-extension-quickstart.md Initial Commit 4 months ago

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