Skip to content

Commit

Permalink
feat: add sublime-package schema (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 11, 2020
1 parent 9a6597b commit e40b960
Show file tree
Hide file tree
Showing 2 changed files with 1,115 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LSP-pyright.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
// Use a predefined setup from this plugin, valid values are:
// - "": An empty string will does nothing.
// - "sublime_text": Suitable for people who are developing ST plugins.
// `sys.path` from plugin_host will be added into "python.analysis.extraPaths"
// so ST package dependecies can be resolved by the LSP server.
// `sys.path` from the plugin_host will be added into "python.analysis.extraPaths"
// so that ST package dependencies can be resolved by the LSP server.
"dev_environment": "",
}
Loading

0 comments on commit e40b960

Please sign in to comment.