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

Support for isort in server less mode #207

Merged
merged 5 commits into from
Jan 23, 2023

Conversation

karthiknadig
Copy link
Member

No description provided.

@karthiknadig karthiknadig added the feature-request Request for new features or functionality label Jan 21, 2023
@karthiknadig karthiknadig self-assigned this Jan 21, 2023
@karthiknadig karthiknadig marked this pull request as ready for review January 22, 2023 00:03
@@ -104,14 +106,20 @@ export async function getWorkspaceSettings(
export function checkIfConfigurationChanged(e: ConfigurationChangeEvent, namespace: string): boolean {
const settings = [
`${namespace}.check`,
`${namespace}.trace`,
Copy link
Member

Choose a reason for hiding this comment

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

Is this a permanent change? Just curious about why the switch away from their set log level.

Copy link
Member Author

Choose a reason for hiding this comment

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

this was a missed change when we switched to logLevel setting. We moved from trace to logLevel because language server itself internally uses trace setting. Our setting was overriding that. We are eventually going to get rid of all logging, and replace it with VS Codes own logging.

Copy link
Member

Choose a reason for hiding this comment

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

thank you for the explanation sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants