Skip to content

Commit

Permalink
Merge pull request #111 from gpix13/master
Browse files Browse the repository at this point in the history
fix some typos in sublime-settings file
  • Loading branch information
randy3k committed Dec 24, 2022
2 parents d4b81be + c5e816f commit 9688672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project_manager.sublime-settings
@@ -1,7 +1,7 @@
{
// The path to the Projects folder, could be either a string or a directory with keys
// associated with computer names.
// if you are not sure about your computer name, run the following in the sublime console
// If you are not sure about your computer name, run the following in the sublime console
//
// from ProjectManager.project_manager import computer_name; print(computer_name())
//
Expand All @@ -10,10 +10,10 @@
// "computer2": "path/to/computer1/projects"
// }
// For backward compatibility, each entry could be also an array of directories.
// The variable `$default` will expand to to `PATH/TO/Packages/Users/Projects`,
// The variable `$default` will expand to `PATH/TO/Packages/Users/Projects`,
// and `$hostname` will expand to the computer name.
// Please note that they shall be the folders containing solely *.sublime-project or
// *.sublimn-workspace files. It is not intended to be used for automatic project discovery.
// *.sublime-workspace files. It is not intended to be used for automatic project discovery.
"projects": "$default",

// If there are more than one directory, prompt which directory to save the project files.
Expand Down

0 comments on commit 9688672

Please sign in to comment.