Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Robotic System Specification Language (RSSL)New to Visual Studio Code? Get it now.
Robotic System Specification Language (RSSL)

Robotic System Specification Language (RSSL)

Ph.D. Maksym Figat

|
53 installs
| (0) | Free
Supports the design of formal specifications for multi-robot systems.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rssl README

TODO

Features

TODO

Requirements

TODO

Known Issues

TODO

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of the RSSL.

Install your extension in vsc

  • Modify/Build package based on this repository:
cd $HOME/git/rssl_vsc_extension/rssl
# open Visual Studio Code
code .
# Modify package
# Build package:
vsce package
  • As a result the rssl-0.0.1.vsix file is created, load it within Visual Studio Code. Navigate to Extensions (CTRL+SHIFT+X). Select three dots (...). Subsequently, choose Install from VSIX,
  • Reload VSC by clicking in the right bottom corner the button Reload Now.

Install RSSL extension in gitlab - TODO:

# install:
apt-get install cmake pkg-config libicu-dev docker.io ruby ruby-dev zlib1g-dev build-essential libssl-dev
gem install bundler

# clone linguist repo:
cd $HOME/git_others
git clone https://github.com/github/linguist.git
cd linguist/script
./bootstrap
# TODO - later
  • modify lingust/lib/lingust/languages.yml file, add your own language, e.g.:
RSSL:
  type: programming
  color: "#dbbf27"
  aliases:
  - "RSSL"
  - "Robotic System Specification Lanugage"
  ace_mode: text
  extensions:
  - ".rssl"
  - ".rssl2"
  - ".rsl"
  - ".rsl2"
  tm_scope: source.rssl
  language_id: 20230419444
  • add samples to the 'linguis/samples/RSSL' folder - repository, use examples from $HOME/git/rssl_examples
  • add your grammar, e.g.: "https://github.com/mfigat/rssl_vsc_extension.git"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft