Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,3 @@ jobs:
shell: Rscript {0}
env:
LINTR_ERROR_ON_LINT: true
devreplay:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- name: Run devreplay
run: ./node_modules/.bin/devreplay ./src devreplay.json
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"outFiles": [
"${workspaceFolder}/out/src/**/*.js"
],
"preLaunchTask": "watchAll"
},
{
"name": "Launch Extension (--disable-extensions)",
Expand All @@ -29,7 +28,6 @@
"outFiles": [
"${workspaceFolder}/out/src/**/*.js"
],
"preLaunchTask": "watchAll"
},
{
"name": "Extension Tests",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"type": "npm",
"script": "compile",
"script": "build",
"problemMatcher": "$tsc"
},
{
Expand Down
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.xls
.xlsx
**/*.map
devreplay.json
html/**/*.ts
out/test/**
src/
Expand Down
94 changes: 0 additions & 94 deletions devreplay.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 0 additions & 27 deletions language/rmd-configuration.json

This file was deleted.

33 changes: 0 additions & 33 deletions language/rnamespace-configuration.json

This file was deleted.

56 changes: 0 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading