You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "with \"\";\nproject Prj is\n for Source_List_File use \"\";\n for Excluded_Source_List_File use \"\";\n for Warning_Message use \"\";\n package Naming is\n for Body (\"Ada\") use \"\" ;\n for Implementation (\"Ada\") use \"\";\n for Spec (\"Ada\") use \"\";\n for Specification (\"Ada\") use \"\";\n end Naming;\nend Prj;",
71
+
"version": 0,
72
+
"uri": "$URI{prj.gpr}",
73
+
"languageId": "Gpr"
74
+
}
75
+
},
76
+
"jsonrpc": "2.0",
77
+
"method": "textDocument/didOpen"
78
+
},
79
+
"wait": [
80
+
{
81
+
"jsonrpc": "2.0",
82
+
"method": "textDocument/publishDiagnostics",
83
+
"params": {
84
+
"uri": "$URI{prj.gpr}",
85
+
"diagnostics": [
86
+
{
87
+
"range": {
88
+
"start": {
89
+
"line": 0,
90
+
"character": 0
91
+
},
92
+
"end": {
93
+
"line": 0,
94
+
"character": 0
95
+
}
96
+
},
97
+
"severity": 1,
98
+
"message": "GPR parser unexpected ADA.ASSERTIONS.ASSERTION_ERROR DYNAMIC_PREDICATE failed at gpr2-project-parser.adb:83"
0 commit comments