Skip to content

Commit

Permalink
Remove redundant activation events (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Feb 1, 2023
1 parent 30fc003 commit 6c0804c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def _parse_output_using_regex(
# Linting features end here
# **********************************************************


# **********************************************************
# Code Action features start here
# **********************************************************
Expand Down Expand Up @@ -287,6 +288,7 @@ def _create_workspace_edits(
# Code Action features end here
# **********************************************************


# **********************************************************
# Required Language Server Initialization and Exit handlers.
# **********************************************************
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"activationEvents": [
"onLanguage:python",
"workspaceContains:.flake8",
"workspaceContains:*.py",
"onCommand:flake8.restart"
"workspaceContains:*.py"
],
"main": "./dist/extension.js",
"scripts": {
Expand Down

0 comments on commit 6c0804c

Please sign in to comment.