nachstedt / vscode-stack-usage

Visual Studio Code plugin to display maximum stack usage of c++ functions
GNU General Public License v3.0
3 stars 0 forks source link

No longer use filesystem sync api #4

Closed nachstedt closed 2 years ago

nachstedt commented 2 years ago

The extension currently uses the synchronous API of the filesystem module. For performance reasons, they should be replaced by the callback or the promises API.