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 8d33a3a commit c10c63dCopy full SHA for c10c63d
server/src/server.ts
@@ -451,6 +451,7 @@ function createInterface(msg: p.RequestMessage): m.Message {
451
452
return response;
453
}
454
+
455
if (extension !== c.resExt) {
456
let params: p.ShowMessageParams = {
457
type: p.MessageType.Error,
@@ -465,6 +466,7 @@ function createInterface(msg: p.RequestMessage): m.Message {
465
466
467
468
469
470
if (isReactComponent) {
471
472
@@ -505,6 +507,7 @@ function createInterface(msg: p.RequestMessage): m.Message {
505
507
506
508
509
};
510
511
let intfResult = utils.createInterfaceFileUsingValidBscExePath(
512
filePath,
513
cmiPath,
0 commit comments