Git Product home page Git Product logo

Comments (9)

Salsa0780 avatar Salsa0780 commented on June 15, 2024 2

On Linux (Ubuntu 19.10), I fixed this problem by reloading the window:
Ctrl+Shift+P:Reload Window

from language-cython-for-vscode.

valentynbez avatar valentynbez commented on June 15, 2024 2

Same issue, Windows 10 and VS Code 1.73.1
The problem is in cython.configuration.json. I manually fixed it by replacing the old comments section in the file:

"comments": {
        // symbol used for single line comment. Remove this entry if your language does not support line comments
        "lineComment": "#",
        // symbols used for start and end a block comment. Remove this entry if your language does not support block comments
        "blockComment": [ "\"\"\"", "\"\"\"" ]
    },

from language-cython-for-vscode.

guyskk avatar guyskk commented on June 15, 2024

Hi, I can not reproduce your problem, the plugin works as expected(comment with '#').
Can you provide more details(eg: OS version, vscode version and plugin version, and/or screenshot)?

from language-cython-for-vscode.

T4mmi avatar T4mmi commented on June 15, 2024

Hi,
I'm using the last stable versions of VSCode (1.33.1) and Language-Cython (0.0.5).
The issue is when using the Edit>Toggle Line Comment or Toggle Block Comment (or shortcuts) with the Cython syntax activated it comment using // instead of #.
However the color syntax is correct, it detects # as comments and // as regular characters...

from language-cython-for-vscode.

guyskk avatar guyskk commented on June 15, 2024

I use the same version with you, but still can't reproduce. What's your OS version? Do you install other plugins about cython?

from language-cython-for-vscode.

T4mmi avatar T4mmi commented on June 15, 2024

Sorry, I'm under Windows 10 Pro, I don't have any other cython plugins :(

from language-cython-for-vscode.

kasliwalr avatar kasliwalr commented on June 15, 2024

@stowejt this worked for me.
Using Ubuntu 20.04, VS code 1.53 and Language-Cython 0.0.6, and having the same problem as @T4mmi

from language-cython-for-vscode.

Mechazo11 avatar Mechazo11 commented on June 15, 2024

Same issue as @kasliwalr in Windows 10 and V.S. code 1.72.1

from language-cython-for-vscode.

mauhcs avatar mauhcs commented on June 15, 2024

same issue with macOS

from language-cython-for-vscode.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.