Cycle Testing for Visual Studio CodeWelcome to Cycle Testing for Visual Studio Code! This extension provides support for the CycleScript language. FeaturesBasic Features (Cycle not required)
Advanced Features (requires Cycle)Advanced features are provided by a CycleScript language server through the Cycle application. These features include:
InstallationCycle Installation Path SettingVS Code needs to know where to find Cycle to enable the advanced extension features. The extension provides a setting to specify Cycle's installation directory. By default, Cycle is installed at If Cycle is not installed in the default location, you will need to change this setting to point to the directory where Cycle is installed. When you change the installation path setting, you will need to restart the CycleScript language server. The extension provides a command named AuthenticationThe advanced features of the extension require an active subscription to Cycle. You must authenticate through Cycle first to enable the Cycle VS Code Extension to run the CycleScript language server. Language Server ErrorsWhen attempting to restart the language server, you may hit the following error:
If this happens, it is most likely due to permissions. Make sure that there are no permissions blocking VS Code from interacting with the Cycle directory or preventing the language server from starting. You may need to check with your InfoSec team. |