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

#840, #844 #848

Merged
merged 39 commits into from
Feb 21, 2018
Merged

#840, #844 #848

merged 39 commits into from
Feb 21, 2018

Conversation

MikhailArkhipov
Copy link

@MikhailArkhipov MikhailArkhipov commented Feb 21, 2018

Fixes #844

  • added 'Download' button + test

Fixes #840

  • treat period and @ as operators
  • add their handling to operator clause in formatter
  • add tests

Fixes #830

  • removed banner call
  • left code in place in case we need another banner at some point

@@ -183,9 +182,6 @@ export async function activate(context: vscode.ExtensionContext) {
});
activationDeferred.resolve();

// tslint:disable-next-line:no-unused-expression
new BannerService(persistentStateFactory);

const deprecationMgr = new FeatureDeprecationManager(persistentStateFactory, !!jupyterExtension);

Choose a reason for hiding this comment

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

We should delete the files related to BannerService

Copy link
Author

Choose a reason for hiding this comment

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

I thought we might need it to another banner just in case. But I guess it is easy to recover code from the history

@MikhailArkhipov MikhailArkhipov merged commit b70e8a2 into microsoft:master Feb 21, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants