Skip to content

Commit ea79b7d

Browse files
committed
Merged dependabot requests.
1 parent 9d581e1 commit ea79b7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extension.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @todo Improve contributed settings.
99
* @todo Convert to typescript.
1010
* @todo Turn Settings into a class, make channel a private variable, and add loadSettings as a method of the class.
11-
@todo Accept pull requests from dependabot.
11+
COMPLETE: Accept pull requests from dependabot.
1212
* COMPLETE: Add `remove` option under platformSettings.[platform].
1313
* COMPLETE: Replace console.log with channel log.
1414
* COMPLETE: Don't import entire library, only what is needed. { workspace }
@@ -17,7 +17,6 @@ const { workspace, window, commands } = require("vscode");
1717
const os = require("os");
1818
let channel = window.createOutputChannel("platform-settings");
1919

20-
// Inspiration: https://github.com/vscode-restructuredtext/vscode-restructuredtext/blob/460f9f37cdf048e4c30d2705ff9b89ebd03f535b/src/extension.ts
2120
function loadSettings(platform) {
2221
const settingNodes = workspace.getConfiguration("platformSettings").platforms[
2322
platform

0 commit comments

Comments
 (0)