VS Code configuration settings cleanup
Hello Community! As another great year comes to a close, I wanted to notify you about an upcoming change to the vscode-objectscript extension. In an effort to reduce the extension's footprint, simplify maintenance, and improve ease of use, InterSystems plans to remove some rarely-used configuration settings. Our telemetry tells us that these settings are changed from the default by fewer than 2% of users. However, before finalizing the removal I would like to give any users of these settings the opportunity to explain why a setting shouldn't be removed. The list of all settings that are planned for removal, as well as a version of the extension without the settings that can be used for testing, can be found below.
vscode-objectscript-3.2.1-dev.1683.vsix.zip
| Setting | Description | Default |
|---|---|---|
objectscript.autoPreviewXML |
Automatically preview XML export files in UDL format. | false |
objectscript.autoShowTerminal |
Automatically show terminal when connected to docker-compose. | false |
objectscript.explorer.alwaysShowServerCopy |
Always show the server copy of a document opened from the InterSystems Explorer. | true |
objectscript.showGeneratedFileDecorations |
Controls whether a badge is shown in the file explorer and open editors view for generated files. | true |
objectscript.suppressCompileErrorMessages |
Suppress popup messages about errors during compile, but still focus on Output view. | false |
objectscript.suppressCompileMessages |
Suppress popup messages about successful compile. | true |
objectscript.webSocketTerminal.syntaxColoring |
Enable syntax coloring for command input in the InterSystems Lite Terminal. | true |