-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNOTES.txt
69 lines (45 loc) · 1.56 KB
/
NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Setup Node.Js, NVM, NPM (LINUX)
-----------------------
https://nodejs.org/en/download/package-manager
Setup git (LINUX)
-----------------
sudo apt-get install git
Creating a VSIX package
-----------------------
Install the vsce extension
npm install -g @vscode/vsce
Install the tsc extension
npm install -g typescript
7800basic and 2600basic compilers
---------------------------------
make sure 7800basic.sh and 2600basic.sh use the LF end-of-line sequence NOT CRLF
Creating a packgage
-------------------
vsce package
// VS Code Extension Guides
https://code.visualstudio.com/api/extension-guides/overview
Installing a VSIX package
-------------------------
* Open the Extensions features from the Activity Bar (left side).
* In the Extensions panel, click the Hamburger (...) menu and select the 'Install from VSIX...' option
* From the browser, navigate to the r-----------------equired file select it and click the Install button.
Adding/Updating node packages
-----------------------------
npm install
npm update
Compiling extension source manually
-----------------------------------
tsc
Testing webpackage
------------------# apt-get install git
npm start
Compiling webpackage source manually
-----------------------------------
npm run build
A7800 4.0 Blurry Fix
--------------------
https://atariage.com/forums/topic/307889-a7800-40-release/?do=findComment&comment=4561680
Package.json functionality
--------------------------
Hide items from command palette
https://stackoverflow.com/questions/55270915/vs-code-extension-hide-commands-from-command-palette