[general]
name:debugvs
description:Plugin to Enable Debug for Visual Studio
about:This plugin is for debugging in Visual Studio ( tested in Visual Studio Code).
     For use, run this plugin and enable the Debug (Python:Attach) in Visual Studio.
     Need install the debugpy's module(pip3 install debugpy).
     * The icon author is Papirus Development Team.

author:Luiz Motta
email:motta.luiz@gmail.com

version:0.8
qgisMinimumVersion:3.28

experimental:False
deprecated:False

icon:code.svg
tags:Visual Studio,debug, developers

#category:

homepage:https://github.com/lmotta/debug_vs_plugin/wiki
tracker:https://github.com/lmotta/debug_vs_plugin/issues
repository:https://github.com/lmotta/debug_vs_plugin

changelog: 0.8 (2023-08-05)
    Update to use 'debugpy' instead of 'ptvsd' (which is now depreced)
    Thanks Jan Caha (https://github.com/JanCaha)
    - 0.7(2021-03-05)
    Fixed use the global variable in script.
    Thanks Reynaldo.
    - 0.6(2021-02-27)
    Added load and run scripts
    - 0.5(2020-03-23)
    Added localhost and port in message 
    - 0.4(2019-02-21)
    Updated icon
    - 0.3(2018-12-06)
    Update metadata
    - 0.2(2018-10-29)
    Update metadata and icon
    - 0.1:
    Start Plugin for QGIS 3
