Update inlay syntax to support 'inlayed' type and adjust parsing logic
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
if(fileInput.length > 0){
|
||||
for(const file of fileInput){
|
||||
messageInput += `{{inlay::${file}}}`
|
||||
messageInput += `{{inlayed::${file}}}`
|
||||
}
|
||||
fileInput = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user