mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Revert experiments with nightly marketplace config (#6472)
This commit is contained in:
parent
c47e857048
commit
d70adaced9
3 changed files with 3 additions and 5 deletions
|
|
@ -1 +0,0 @@
|
|||
changelog-test
|
||||
|
|
@ -63,8 +63,8 @@ async function main() {
|
|||
build.onEnd(() => {
|
||||
copyPaths(
|
||||
[
|
||||
["../README.vscode.md", "README.md"],
|
||||
["../CHANGELOG-NIGHTLY.md", "CHANGELOG.md"],
|
||||
["../README.md", "README.md"],
|
||||
["../CHANGELOG.md", "CHANGELOG.md"],
|
||||
["../LICENSE", "LICENSE"],
|
||||
["../.env", ".env", { optional: true }],
|
||||
[".vscodeignore", ".vscodeignore"],
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@
|
|||
"name": "roo-code-nightly",
|
||||
"version": "0.0.1",
|
||||
"icon": "assets/icons/icon-nightly.png",
|
||||
"scripts": {},
|
||||
"contributes": {}
|
||||
"scripts": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue