Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for testing #15421

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

for testing #15421

wants to merge 4 commits into from

Conversation

DonJayamanne
Copy link
Contributor

Fixes #

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for feature-requests.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

@@ -304,13 +304,29 @@ class NotebookCellSpecificKernelCompletionProvider implements CompletionItemProv
if (!item.range || !this.kernel.session?.kernel) {
// We always set a range in the completion item we send.
return item;
// We always set a range in the completion item we send.
return item;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rmote these lines

Suggested change
return item;
return item;

@@ -306,11 +306,16 @@ class NotebookCellSpecificKernelCompletionProvider implements CompletionItemProv
return item;
}
const info = this.previousCompletionItems.get(item);
// Deleted the lines
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unwanted comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant