We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d40a54 + e56e8c5 commit f687645Copy full SHA for f687645
1 file changed
source/appModules/code - insiders.py
@@ -0,0 +1,11 @@
1
+# A part of NonVisual Desktop Access (NVDA)
2
+# Copyright (C) 2020 NV Access Limited, Babbage B.V., Leonard de Ruijter
3
+# This file is covered by the GNU General Public License.
4
+# See the file COPYING for more details.
5
+
6
+"""
7
+appModule for Visual Studio Code Insiders.
8
+Imports the appModule for Visual Studio Code.
9
10
11
+from .code import AppModule
0 commit comments