update to use request.model

This commit is contained in:
Olivia Guzzardo
2024-11-08 22:20:22 -05:00
parent 6446fd7012
commit 85e56f8d0b
3 changed files with 31 additions and 39 deletions

View File

@ -12,7 +12,7 @@
"@stylistic/eslint-plugin": "^2.9.0",
"@types/mocha": "^10.0.3",
"@types/node": "18.x",
"@types/vscode": "^1.93.0",
"@types/vscode": "^1.94.0",
"@vscode/test-electron": "^2.3.6",
"eslint": "^9.13.0",
"glob": "^10.3.10",
@ -376,9 +376,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.93.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.93.0.tgz",
"integrity": "sha512-kUK6jAHSR5zY8ps42xuW89NLcBpw1kOabah7yv38J8MyiYuOHxLQBi0e7zeXbQgVefDy/mZZetqEFC+Fl5eIEQ==",
"version": "1.95.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz",
"integrity": "sha512-0LBD8TEiNbet3NvWsmn59zLzOFu/txSlGxnv5yAFHCrhG9WvAnR3IvfHzMOs2aeWqgvNjq9pO99IUw8d3n+unw==",
"dev": true
},
"node_modules/@typescript-eslint/type-utils": {
@ -3342,9 +3342,9 @@
}
},
"@types/vscode": {
"version": "1.93.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.93.0.tgz",
"integrity": "sha512-kUK6jAHSR5zY8ps42xuW89NLcBpw1kOabah7yv38J8MyiYuOHxLQBi0e7zeXbQgVefDy/mZZetqEFC+Fl5eIEQ==",
"version": "1.95.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz",
"integrity": "sha512-0LBD8TEiNbet3NvWsmn59zLzOFu/txSlGxnv5yAFHCrhG9WvAnR3IvfHzMOs2aeWqgvNjq9pO99IUw8d3n+unw==",
"dev": true
},
"@typescript-eslint/type-utils": {