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 56a4ea9 commit 9ec33ffCopy full SHA for 9ec33ff
aegis-server/aegis_server/server/features/validate.py
@@ -47,7 +47,7 @@
47
48
49
def get_compilation_data(ctx: LanguageServerContext, text_doc: TextDocument):
50
- resource = ctx.path_to_resource.get(text_doc.path)
+ resource = ctx.path_to_resource.get(os.path.normcase(os.path.normpath(text_doc.path)))
51
52
if resource and resource[0] in COMPILATION_RESULTS:
53
return COMPILATION_RESULTS[resource[0]]
0 commit comments