Extension for debugging plain text in Visual Studio Code

Peter Boothby 1 Reputation point
2021-12-29T13:52:53.463+00:00

Hi Forum,
I'm finding that I get an error when trying to run this script in Visual Studio Code (Latest download) using Windows 10 64 Bit - import openpyxl
book = openpyxl.load_workbook(r'C:\Users\...marks.xlsx')
sheet = book["ClassA"]
print(sheet["Ä10"].value)
The error is - you don't have an extension for debugging plain text.
I've tried downloading the software suggested & what I thing I need but I'm still getting the same error. Any suggestions?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,865 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,091 Reputation points Microsoft Vendor
    2021-12-30T02:21:45.723+00:00

    Hi @Peter Boothby ,

    Visual Studio Code and Visual Studio are different products. The tag “vs-debugging” is related to Visual Studio, for more questions about Visual Studio Code, we suggest you post it to the GitHub-vscode forum where you would get support for this product.

    Thanks for your understanding.

    Sincerely,
    Anna
    *
    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments