|
1 | 1 | { |
2 | 2 | "name": "cbmc-proof-debugger", |
3 | 3 | "displayName": "CBMC proof debugger", |
4 | | - "description": "Debug error traces produced by cbmc.", |
| 4 | + "description": "Debug error traces produced by CBMC.", |
5 | 5 | "publisher": "model-checking", |
6 | 6 | "version": "0.1.0", |
7 | 7 | "repository": "https://github.com/model-checking/cbmc-proof-debugger", |
|
41 | 41 | "commands": [ |
42 | 42 | { |
43 | 43 | "command": "proofDebugger.load", |
44 | | - "title": "Proof debugger: Load extension" |
| 44 | + "title": "CBMC proof debugger: Load extension" |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "command": "proofDebugger.setTraceFolderDialog", |
48 | | - "title": "Proof debugger: Set Trace Folder" |
| 48 | + "title": "CBMC proof debugger: Set Trace Folder" |
49 | 49 | }, |
50 | 50 | { |
51 | 51 | "command": "proofDebugger.showTraceFolder", |
52 | | - "title": "Proof debugger: Show Trace Folder" |
| 52 | + "title": "CBMC proof debugger: Show Trace Folder" |
53 | 53 | }, |
54 | 54 | { |
55 | 55 | "command": "proofDebugger.showTraceName", |
56 | | - "title": "Proof debugger: Show Trace Name" |
| 56 | + "title": "CBMC proof debugger: Show Trace Name" |
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "command": "traceView.refresh", |
|
72 | 72 | "debuggers": [ |
73 | 73 | { |
74 | 74 | "type": "proof-debugger", |
75 | | - "label": "Proof debugger", |
| 75 | + "label": "CBMC Proof Debugger", |
76 | 76 | "program": "./out/proof-debugger-adapter.js", |
77 | 77 | "runtime": "node", |
78 | 78 | "languages": [ |
|
100 | 100 | { |
101 | 101 | "type": "proof-debugger", |
102 | 102 | "request": "launch", |
103 | | - "name": "Proof debugger debug", |
| 103 | + "name": "CBMC Proof Debugger", |
104 | 104 | "stopOnEntry": true |
105 | 105 | } |
106 | 106 | ], |
107 | 107 | "configurationSnippets": [ |
108 | 108 | { |
109 | | - "label": "Proof debugger: Launch", |
110 | | - "description": "A configuration for debugging an error trace produced by cbmc.", |
| 109 | + "label": "CBMC Proof Debugger: Launch", |
| 110 | + "description": "A configuration for debugging an error trace produced by CBMC.", |
111 | 111 | "body": { |
112 | 112 | "type": "proof-debugger", |
113 | 113 | "request": "launch", |
114 | | - "name": "Proof debugger", |
| 114 | + "name": "CBMC Proof Debugger", |
115 | 115 | "stopOnEntry": true |
116 | 116 | } |
117 | 117 | } |
|
0 commit comments