Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add webpack bundling" #679

Merged
merged 1 commit into from
Oct 16, 2018
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
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ A clear and concise description of what the bug is.

🌴 **Visual Studio Code Version :** [ VERSION_HERE ]
🌴 **Code Settings Sync Version :** [ VERSION_HERE ]
🌴 **Standard or Insiders :** [ _here_ ]
🌴 **OSS or Portable :** [ _here_ ]
🌴 **Operating System :** [ VERSION_HERE ]
🌴 **Occurs On:** [Upload / Download / Help Configuring ]
🌴 **Proxy Enabled:** [ Yes / No ]
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/**/*.js"],
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "npm"
},
{
Expand Down
315 changes: 155 additions & 160 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,181 +1,176 @@
{
"name": "code-settings-sync",
"displayName": "Settings Sync",
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.",
"version": "3.2.0",
"icon": "images/cloud.png",
"publisher": "Shan",
"author": {
"name": "Shan Khan",
"url": "http://shanalikhan.github.io",
"email": "shanalikhan@hotmail.com"
"name": "code-settings-sync",
"displayName": "Settings Sync",
"description": "Synchronize Settings, Snippets, Themes, File Icons, Launch, Keybindings, Workspaces and Extensions Across Multiple Machines Using GitHub Gist.",
"version": "3.2.0",
"icon": "images/cloud.png",
"publisher": "Shan",
"author": {
"name": "Shan Khan",
"url": "http://shanalikhan.github.io",
"email": "shanalikhan@hotmail.com"
},
"homepage": "https://shanalikhan.github.io",
"galleryBanner": {
"color": "#3B4859",
"theme": "dark"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg",
"description": "Latest Version",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
},
"homepage": "https://shanalikhan.github.io",
"galleryBanner": {
"color": "#3B4859",
"theme": "dark"
{
"url": "https://vsmarketplacebadge.apphb.com/installs/Shan.code-settings-sync.svg",
"description": "Total Downloads",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/rating/Shan.code-settings-sync.svg",
"description": "Ratings",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
},
{
"url": "https://img.shields.io/badge/Join%20Community-slack-green.svg",
"description": "Join Slack Community",
"href": "https://join.slack.com/t/codesettingssync/shared_invite/enQtMzE3MjY5NTczNDMwLTYwMTIwNGExOGE2MTJkZWU0OTU5MmI3ZTc4N2JkZjhjMzY1OTk5OGExZjkwMDMzMDU4ZTBlYjk5MGQwZmMyNzk"
}
],
"repository": {
"type": "git",
"url": "https://github.com/shanalikhan/code-settings-sync.git"
},
"bugs": {
"url": "https://github.com/shanalikhan/code-settings-sync/issues",
"email": "shanalikhan@hotmail.com"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Other"
],
"keywords": [
"vscode-sync",
"vscode-settings-sync",
"code-settings-sync",
"settings-sync",
"workspace-sync",
"multi-root ready"
],
"activationEvents": [
"*"
],
"main": "./out/src/extension",
"contributes": {
"commands": [
{
"command": "extension.HowSettings",
"title": "%cmd.howSetting.title%"
},
{
"url": "https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg",
"description": "Latest Version",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
"command": "extension.downloadSettings",
"title": "%cmd.downloadSettings.title%"
},
{
"url": "https://vsmarketplacebadge.apphb.com/installs/Shan.code-settings-sync.svg",
"description": "Total Downloads",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
"command": "extension.updateSettings",
"title": "%cmd.updateSettings.title%"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating/Shan.code-settings-sync.svg",
"description": "Ratings",
"href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync"
"command": "extension.resetSettings",
"title": "%cmd.resetSettings.title%"
},
{
"url": "https://img.shields.io/badge/Join%20Community-slack-green.svg",
"description": "Join Slack Community",
"href": "https://join.slack.com/t/codesettingssync/shared_invite/enQtMzE3MjY5NTczNDMwLTYwMTIwNGExOGE2MTJkZWU0OTU5MmI3ZTc4N2JkZjhjMzY1OTk5OGExZjkwMDMzMDU4ZTBlYjk5MGQwZmMyNzk"
"command": "extension.otherOptions",
"title": "%cmd.otherOptions.title%"
}
],
"repository": {
"type": "git",
"url": "https://github.com/shanalikhan/code-settings-sync.git"
},
"bugs": {
"url": "https://github.com/shanalikhan/code-settings-sync/issues",
"email": "shanalikhan@hotmail.com"
},
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Other"
],
"keywords": [
"vscode-sync",
"vscode-settings-sync",
"code-settings-sync",
"settings-sync",
"workspace-sync",
"multi-root ready"
],
"activationEvents": [
"*"
"keybindings": [
{
"key": "alt+shift+u",
"command": "extension.updateSettings"
},
{
"key": "alt+shift+d",
"command": "extension.downloadSettings"
}
],
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "extension.HowSettings",
"title": "%cmd.howSetting.title%"
"configuration": {
"properties": {
"sync.gist": {
"type": "string",
"default": "",
"description": "%ext.config.gist%"
},
{
"command": "extension.downloadSettings",
"title": "%cmd.downloadSettings.title%"
"sync.autoDownload": {
"type": "boolean",
"default": false,
"description": "%ext.config.autoDownload%"
},
{
"command": "extension.updateSettings",
"title": "%cmd.updateSettings.title%"
"sync.autoUpload": {
"type": "boolean",
"default": false,
"description": "%ext.config.autoUpload%"
},
{
"command": "extension.resetSettings",
"title": "%cmd.resetSettings.title%"
"sync.forceDownload": {
"type": "boolean",
"default": false,
"description": "%ext.config.forceDownload%"
},
{
"command": "extension.otherOptions",
"title": "%cmd.otherOptions.title%"
}
],
"keybindings": [
{
"key": "alt+shift+u",
"command": "extension.updateSettings"
"sync.quietSync": {
"type": "boolean",
"default": false,
"description": "%ext.config.quietSync%"
},
{
"key": "alt+shift+d",
"command": "extension.downloadSettings"
}
],
"configuration": {
"properties": {
"sync.gist": {
"type": "string",
"default": "",
"description": "%ext.config.gist%"
},
"sync.autoDownload": {
"type": "boolean",
"default": false,
"description": "%ext.config.autoDownload%"
},
"sync.autoUpload": {
"type": "boolean",
"default": false,
"description": "%ext.config.autoUpload%"
},
"sync.forceDownload": {
"type": "boolean",
"default": false,
"description": "%ext.config.forceDownload%"
},
"sync.quietSync": {
"type": "boolean",
"default": false,
"description": "%ext.config.quietSync%"
},
"sync.askGistName": {
"type": "boolean",
"default": false,
"description": "%ext.config.askGistName%"
},
"sync.removeExtensions": {
"type": "boolean",
"default": true,
"description": "%ext.config.removeExtensions%"
},
"sync.syncExtensions": {
"type": "boolean",
"default": true,
"description": "%ext.config.syncExtensions%"
}
"sync.askGistName": {
"type": "boolean",
"default": false,
"description": "%ext.config.askGistName%"
},
"title": "%ext.config.title%"
}
},
"scripts": {
"vscode:prepublish": "npm run tslint-check && npm run compile",
"compile": "webpack --mode production",
"compile:dev": "webpack --mode development",
"compile:watch": "webpack --mode development --watch",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts",
"format": "prettier --write './src/**/*.ts'",
"test": "npm run vscode:prepublish && node ./node_modules/bin/mocha --recursive"
},
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.11.6",
"@types/chai":"4.1.6",
"@types/mocha": "^5.2.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"prettier": "^1.14.3",
"ts-loader": "^5.2.1",
"tslint": "^5.11.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.1.2",
"vscode": "^1.1.21",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@octokit/rest": "^15.13.0",
"adm-zip": "^0.4.11",
"chokidar": "^2.0.4",
"fs-extra": "^7.0.0",
"https-proxy-agent": "^2.2.1",
"lockfile": "^1.0.4",
"temp": "^0.8.3"
"sync.removeExtensions": {
"type": "boolean",
"default": true,
"description": "%ext.config.removeExtensions%"
},
"sync.syncExtensions": {
"type": "boolean",
"default": true,
"description": "%ext.config.syncExtensions%"
}
},
"title": "%ext.config.title%"
}
},
"scripts": {
"vscode:prepublish": "npm run tslint-check && npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts",
"format": "prettier --write './src/**/*.ts'",
"test": "npm run vscode:prepublish && node ./node_modules/bin/mocha --recursive"
},
"devDependencies": {
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.11.6",
"@types/chai":"4.1.6",
"@types/mocha": "^5.2.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"prettier": "^1.14.3",
"tslint": "^5.11.0",
"tslint-plugin-prettier": "^2.0.0",
"typescript": "^3.1.2",
"vscode": "^1.1.21"
},
"dependencies": {
"@octokit/rest": "^15.13.0",
"adm-zip": "^0.4.11",
"chokidar": "^2.0.4",
"fs-extra": "^7.0.0",
"https-proxy-agent": "^2.2.1",
"lockfile": "^1.0.4",
"temp": "^0.8.3"
}
}
44 changes: 0 additions & 44 deletions webpack.config.js

This file was deleted.