|
33 | 33 | "onCommand:r.runSelectionInActiveTerm", |
34 | 34 | "onWebviewPanel:rhelp" |
35 | 35 | ], |
36 | | - "main": "./out/extension", |
| 36 | + "main": "./dist/extension", |
37 | 37 | "contributes": { |
38 | 38 | "terminal": { |
39 | 39 | "profiles": [ |
|
1437 | 1437 | "default": [], |
1438 | 1438 | "markdownDescription": "Additional library paths to launch R background processes (R languageserver, help server, etc.). These paths will be appended to `.libPaths()` on process startup. It could be useful for projects with [renv](https://rstudio.github.io/renv/index.html) enabled." |
1439 | 1439 | }, |
1440 | | - "r.useRenvLibPath" : { |
| 1440 | + "r.useRenvLibPath": { |
1441 | 1441 | "type": "boolean", |
1442 | 1442 | "default": false, |
1443 | 1443 | "markdownDescription": "Use renv library paths to launch R background processes (R languageserver, help server, etc.)." |
|
2076 | 2076 | ] |
2077 | 2077 | }, |
2078 | 2078 | "scripts": { |
2079 | | - "vscode:prepublish": "tsc -p . && tsc -p ./html/help && tsc -p ./html/httpgd", |
2080 | | - "compile": "tsc -p . && tsc -p ./html/help && tsc -p ./html/httpgd", |
2081 | | - "watch": "tsc -p . --watch", |
| 2079 | + "vscode:prepublish": "tsc -p ./html/help && tsc -p ./html/httpgd && webpack --mode production", |
| 2080 | + "compile": "tsc -p ./html/help && tsc -p ./html/httpgd && webpack --mode none", |
| 2081 | + "watch": "webpack --mode none --watch", |
2082 | 2082 | "watchHelp": "tsc -p ./html/help --watch", |
2083 | 2083 | "watchHttpgd": "tsc -p ./html/httpgd --watch", |
2084 | 2084 | "pretest": "tsc -p ./", |
2085 | 2085 | "test": "node ./out/test/runTest.js", |
2086 | 2086 | "lint": "eslint src --ext ts" |
2087 | 2087 | }, |
2088 | | - "withWebpack": { |
2089 | | - "scripts": { |
2090 | | - "vscode:prepublish": "tsc -p ./html/help && tsc -p ./html/httpgd && webpack --mode production", |
2091 | | - "compile": "tsc -p ./html/help && tsc -p ./html/httpgd && webpack --mode none", |
2092 | | - "watch": "webpack --mode none --watch", |
2093 | | - "watchHelp": "tsc -p ./html/help --watch", |
2094 | | - "watchHttpgd": "tsc -p ./html/httpgd --watch", |
2095 | | - "pretest": "tsc -p ./", |
2096 | | - "test": "node ./out/test/runTest.js", |
2097 | | - "lint": "eslint src --ext ts" |
2098 | | - }, |
2099 | | - "main": "./dist/extension" |
2100 | | - }, |
2101 | 2088 | "devDependencies": { |
2102 | 2089 | "@types/cheerio": "^0.22.29", |
2103 | 2090 | "@types/ejs": "^3.0.6", |
|
2126 | 2113 | "webpack-cli": "^4.7.2" |
2127 | 2114 | }, |
2128 | 2115 | "dependencies": { |
| 2116 | + "@types/highlight.js": "^10.1.0", |
2129 | 2117 | "ag-grid-community": "^31.3.2", |
2130 | 2118 | "cheerio": "1.0.0-rc.12", |
2131 | 2119 | "crypto": "^1.0.1", |
|
0 commit comments