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.
@@ -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 = uri_1.Uri.parse(params.textDocument.uri, this.serverOptions.serviceProvider);
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.0";
137270
+ module.exports = "1.30.1";
137271
137271
 
137272
137272
  /***/ }),
137273
137273