Coder Social home page Coder Social logo

vscode-nvda's Introduction

vscode-nvda: Visual Studio Code project for the NVDA source repository

This repository contains a .vscode directory preconfigured for the NVDA project repository. You can clone this repository from within the NVDA repository by executing the following command:

git clone https://github.com/nvaccess/vscode-nvda.git .vscode

The following settings are configured in this project:

  • Accessibility support is enabled
  • Auto complete extra paths are added for the several external submodules
  • When saving a file, a final new line is added to it, and extra new lines are trimmed from the end of the file when applicable. This ensures a uniform style across the project
  • The default indentation is set to use tabs instead of spaces
  • Testing within Code is enabled using the unittest framework

Linting

Linting is enabled based on the Flake8 configuration bundled with the NVDA repository. The NVDA repository contains several big modules, such as the gui.settingsDialogs module. In order for linting to work throughout the complete file, the maximum number of problems has been increased from 100 to 10000.

Python interpretter

The current NVDA build environment is set up in such a way that it doesn't require a virtual Python environment. This VSCode project does not define the python interrpetter setting by default. If you want to use the global python interpretter with this project, you are advised to set the interpretter in your user settings. Note that, if you override the interpretter in your workspace settings, it will mark the settings.json file within this repository as dirthy, and might cause conflicts if this repository is ever updated.

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.