vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
8 stars 2 forks source link

Changed pythonError codes to be less than 255 #201

Closed Den1552 closed 2 months ago

Den1552 commented 2 months ago

This PR modifies the pythonError codes to values below 255, ensuring they stay within the maximum return limit for C programs on Linux.

Closes vectorgrp/vector-vscode-vcast-internal#1