Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Add Python remote debugger for Visual Studio Code #76

Draft
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    bddcd0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a6d07 View commit details
    Browse the repository at this point in the history
  3. Fix logging in launch.py

    thinkh committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    b41c5f9 View commit details
    Browse the repository at this point in the history
  4. Remove .travis.yml

    thinkh committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    9a1c911 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    b88bbc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4450ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb0326 View commit details
    Browse the repository at this point in the history
  4. Disable setting the logging config in server.py

    If this line is active logs from the launch.py
    are not shown after loading this file.
    Disabling this line solves the problem and all logs are shown.
    thinkh committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4e3eb22 View commit details
    Browse the repository at this point in the history
  5. Fix flake8

    thinkh committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0948e9e View commit details
    Browse the repository at this point in the history