basedpyright 1.30.0__py3-none-any.whl → 1.30.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- basedpyright/dist/pyright-langserver.js +2 -2
- basedpyright/dist/pyright-langserver.js.map +1 -1
- basedpyright/dist/pyright.js +1 -1
- {basedpyright-1.30.0.dist-info → basedpyright-1.30.1.dist-info}/METADATA +1 -1
- {basedpyright-1.30.0.dist-info → basedpyright-1.30.1.dist-info}/RECORD +8 -8
- {basedpyright-1.30.0.dist-info → basedpyright-1.30.1.dist-info}/WHEEL +0 -0
- {basedpyright-1.30.0.dist-info → basedpyright-1.30.1.dist-info}/entry_points.txt +0 -0
- {basedpyright-1.30.0.dist-info → basedpyright-1.30.1.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -137147,7 +137147,7 @@ class RealLanguageServer extends languageServerBase_1.LanguageServerBase {
|
|
|
137147
137147
|
}
|
|
137148
137148
|
async executeCodeAction(params, token) {
|
|
137149
137149
|
this.recordUserInteractionTime();
|
|
137150
|
-
const uri =
|
|
137150
|
+
const uri = this.convertLspUriStringToUri(params.textDocument.uri);
|
|
137151
137151
|
const workspace = await this.getWorkspaceForFile(uri);
|
|
137152
137152
|
return codeActionProvider_1.CodeActionProvider.getCodeActionsForPosition(workspace, uri, params.range, params.context.only, token, this);
|
|
137153
137153
|
}
|
|
@@ -137267,7 +137267,7 @@ exports.PyrightServer = PyrightServer;
|
|
|
137267
137267
|
/***/ ((module) => {
|
|
137268
137268
|
|
|
137269
137269
|
"use strict";
|
|
137270
|
-
module.exports = "1.30.
|
|
137270
|
+
module.exports = "1.30.1";
|
|
137271
137271
|
|
|
137272
137272
|
/***/ }),
|
|
137273
137273
|
|