The Htcondor extension for Visual Studio Code adds rich language support for Htcondor submit files. Future releases will include more features for interacting with access points and jobs.
-
Job event log visualization
-
Job details view
-
Submit file commands documentation on hover
-
Submit file commands on completion
-
Submit file snippets
-
Syntax highlighting
Submit files must end in .sub
for language support to be enabled.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.
With each release, the following will be updated:
Initial release of Htcondor for Visual Studio Code
Open an issue or submit a pull request.