vscode-restructuredtext

reStructuredText Language Support in Visual Studio Code

OTHER License

Stars
341
Committers
35

Bot releases are hidden (Show)

vscode-restructuredtext - 62.0.0

Published by lextm almost 6 years ago

  • Added extra logging entries.
  • Revised the code to break early if conf.py is missing.
vscode-restructuredtext - 61.0.0

Published by lextm almost 6 years ago

  • Fixed brackets in logging.
  • Updated the package to point to the new homepage.
vscode-restructuredtext - 60.0.0

Published by lextm almost 6 years ago

  • Linter support is restricted to local files.
  • Updated the package to point to new documentation site.
vscode-restructuredtext - 59.0.0

Published by lextm almost 6 years ago

  • Language server support is restricted to local files.
vscode-restructuredtext - 58.0.0

Published by lextm almost 6 years ago

  • Revised syntax file to address #85 with indented section support.
vscode-restructuredtext - 57.0.0

Published by lextm almost 6 years ago

  • Changed a few keybindings.
vscode-restructuredtext - 55.0.0

Published by lextm almost 6 years ago

  • Changed linter severity to warning.
vscode-restructuredtext - 54.0.0

Published by lextm almost 6 years ago

  • Added literalinclude snippet.
vscode-restructuredtext - 53.0.0

Published by lextm almost 6 years ago

  • Switched linter to doc8.
vscode-restructuredtext - 52.0.0

Published by lextm almost 6 years ago

  • Fixed a configuration warning.
  • Added a updateDelay setting.
vscode-restructuredtext - 51.0.0

Published by lextm almost 6 years ago

  • Applied a workaround for #80 to disable the write-only setting if not in use.
vscode-restructuredtext - 50.0.0

Published by lextm almost 6 years ago

  • Added a write-only setting for language server.
vscode-restructuredtext - 49.0.0

Published by lextm almost 6 years ago

  • Disabled language server by default.
vscode-restructuredtext - 48.0.0

Published by lextm almost 6 years ago

  • Enabled language server by default.
vscode-restructuredtext - 47.0.0

Published by lextm almost 6 years ago

  • Added language server (disabled by default).
vscode-restructuredtext - 46.0.0

Published by lextm almost 6 years ago

  • Fixed the issue that colons are not allowed in directives.
vscode-restructuredtext - 45.0.0

Published by lextm almost 6 years ago

  • Adjusted path resolution order.
  • Added language client.
vscode-restructuredtext - 44.0.0

Published by lextm almost 6 years ago

  • Added section underline command.
  • Updated the adornment list.
vscode-restructuredtext - 43.0.0

Published by lextm almost 6 years ago

  • Added more logging entries.
vscode-restructuredtext - 42.0.0

Published by lextm almost 6 years ago

  • Fixed the issue that macros in python.pythonPath are not expanded.