We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d87a commit 3608542Copy full SHA for 3608542
commands/__init__.py
@@ -17,7 +17,6 @@
17
from .hide_panel import OmniSharpHidePanel
18
from .show_panel import OmniSharpShowPanel
19
from .run_unit_tests import OmniSharpRunUnitTests
20
-from .build_project import OmniSharpBuildProject
21
from .reload_solution import OmniSharpReloadSolution
22
from .navigate_to import OmniSharpNavigateTo
23
from .show_server_output import OmniSharpShowServerOutput
@@ -45,7 +44,6 @@
45
44
'OmniSharpHidePanel',
46
'OmniSharpShowPanel',
47
'OmniSharpRunUnitTests',
48
- 'OmniSharpBuildProject',
49
'OmniSharpReloadSolution',
50
'OmniSharpNavigateTo',
51
'OmniSharpShowServerOutput',
0 commit comments