.SUBLIME-WORKSPACE File Extension
Sublime Text Workspace File
Developer | Jon Skinner |
Popularity |
2.0 | 2 Votes |
What is a SUBLIME-WORKSPACE file?
File created by Sublime Text, a text editor; contains folders opened and created by the user; JSON configured; referenced when its counterpart, .SUBLIME-PROJECT, is opened.
More Information
Sublime Text is a program used primarily to edit code, markup, and prose. Some features include: instant switching between projects with no save prompts, split editing files side-by-side, and a highly customizable layout. Sublime Text supports many different programming languages, such as CSS, JavaScript, and HTML.
The workspace file is created by selecting Project → Save Project As.... The extension should be automatically inserted, if not, the user must manually type it in. When the file is created it's saved as SUBLIME-PROJECT and SUBLIME-WORKSPACE. The user should click on the SUBLIME-PROJECT file when they want to open the project.