Closed jwortmann closed 1 month ago
Name | Link |
---|---|
Latest commit | 2aa791026b490159e12f06ff4a07d875753f1a4e |
Latest deploy log | https://app.netlify.com/sites/sublime-lsp/deploys/671bcc02940a6c0008623a19 |
Deploy Preview | https://deploy-preview-2537--sublime-lsp.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
(just squashed two last follow-up commits to the original ones)
See individual commits for details. The biggest change is to use the namespaced enum constants from the Python 3.8 ST API, instead of global constants from the
sublime
module. This has the advantage that only the relevant values are shown when auto-completing, for example after typingsublime.RegionFlags.
.There is no functional change.