### List Files for VSCE Publishing (Shell) Source: https://github.com/392781/vscode-runescape-icon-theme/blob/main/DEVELOPMENT.md Use the `vsce ls` command to list all files that will be included in the VSIX package when publishing. This is crucial for verifying that only necessary files are included and using `.vscodeignore` to exclude unwanted items. ```Shell vsce ls ``` -------------------------------- ### Publish VSCE Extension (Shell) Source: https://github.com/392781/vscode-runescape-icon-theme/blob/main/DEVELOPMENT.md Execute the `vsce publish` command to publish the extension to the VS Code Marketplace. Replace `` with a specific version number (e.g., `1.1.1`) or a keyword like `major`, `minor`, or `patch` to automatically bump the version. ```Shell vsce publish ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.