【发布时间】:2021-11-03 18:59:52
【问题描述】:
我想禁用警告 AL1025,因为 AL 编译器的性质,我收到很多与我的 node_modules 文件夹相关的警告。显然,它should be possible 像这样抑制 app.json 中的警告
"suppressWarnings": ["AL1025"]
但我仍然收到这些警告:
Microsoft (R) AL Compiler version 7.4.7.43721
Copyright (C) Microsoft Corporation. All rights reserved
Compilation started for project 'ABC Sample Ext' containing '11' files at '19:58:7.337'.
/Users/username/Dev/abc-workspace/abc-sample/node_modules/he/LICENSE-MIT.txt(1,1): warning AL1025: The file at location '/Users/username/Dev/abc-workspace/abc-sample/node_modules/he/LICENSE-MIT.txt' does not match any definition.
我做错了什么?
【问题讨论】:
标签: visual-studio-code dynamics-business-central dynamics-al