We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3580286 commit 3f4b085Copy full SHA for 3f4b085
fortls/debug.py
@@ -11,15 +11,7 @@
11
from .helper_functions import only_dirs, resolve_globs
12
from .jsonrpc import JSONRPC2Connection, ReadWriter, path_from_uri
13
from .langserver import LangServer
14
-from .parsers.internal.parser import FortranFile, ParserError, preprocess_file
15
-
16
17
-class DebugError(Exception):
18
- """Base class for debug CLI."""
19
20
21
-class ParameterError(DebugError):
22
- """Exception raised for errors in the parameters."""
+from .parsers.internal.parser import FortranFile, preprocess_file
23
24
25
def is_debug_mode(args):
0 commit comments