Initial code
This commit is contained in:
33
.replit
Normal file
33
.replit
Normal file
@@ -0,0 +1,33 @@
|
||||
modules = ["nodejs-20"]
|
||||
|
||||
[nix]
|
||||
channel = "stable-24_05"
|
||||
|
||||
[workflows]
|
||||
runButton = "Project"
|
||||
|
||||
[[workflows.workflow]]
|
||||
name = "Project"
|
||||
mode = "parallel"
|
||||
author = "agent"
|
||||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "workflow.run"
|
||||
args = "Build VSCode Extension"
|
||||
|
||||
[[workflows.workflow]]
|
||||
name = "Build VSCode Extension"
|
||||
author = "agent"
|
||||
|
||||
[workflows.workflow.metadata]
|
||||
agentRequireRestartOnSave = false
|
||||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "packager.installForAll"
|
||||
|
||||
[[workflows.workflow.tasks]]
|
||||
task = "shell.exec"
|
||||
args = "npm run compile && npx @vscode/vsce package"
|
||||
|
||||
[deployment]
|
||||
run = ["sh", "-c", "npm run compile && npx @vscode/vsce package"]
|
||||
Reference in New Issue
Block a user