Known Issues in Perforce QAC Visual Studio Code Extension
The following list summarizes extant issues within the extension:
- Perforce QAC project per active configuration - For projects with more than one configuration the extension will show results from the ‘active’ configuration. The active configuration can be changed using either the CLI or GUI. Details on changing the active configuration can be found in the Perforce QAC manual.
- Marker Limitation - Perforce QAC Visual Studio Code currently has a limitation as to how many markers can be displayed for a file open in an editor. This limit is approximately 500 markers from the top of the file. No markers will be displayed thereafter.
- Seeming Diagnostics Per File Limitation - Perforce QAC Visual Studio Code currently seems to have a limitation on the number of diagnostics it will show for a file. This seems to be approximately 1000 diagnostics per file, but may change with future Perforce QAC Visual Studio Code releases. When the number of diagnostics found exceeds those possible to display for the file, the last diagnostics will show “Not Showing x further errors and warnings”, where x is the number of diagnostics that cannot be shown.
Reference: https://github.com/microsoft/vscode/issues/97243