This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Place your key bindings in this file to override the defaultsauto[] | |
| [ | |
| { | |
| "key": "ctrl+k ctrl+l", | |
| "command": "workbench.files.action.collapseExplorerFolders" | |
| }, | |
| { | |
| "key": "ctrl+shift+unknown", | |
| "command": "workbench.files.action.focusOpenEditorsView", | |
| "when": "workbench.explorer.openEditorsView.active" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* .header-bar.default-decoration { | |
| padding-top: 1px; | |
| padding-bottom: 1px; | |
| font-size: 0.3em !important; | |
| } | |
| .header-bar.default-decoration .button.titlebutton { | |
| padding: 0px; | |
| } | |
| window.ssd headerbar.titlebar { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 'use strict'; | |
| // simple express server | |
| var express = require('express'); | |
| var app = express(); | |
| var router = express.Router(); | |
| app.use(express.static('public')); | |
| app.get('/', function(req, res) { | |
| res.sendfile('./public/index.html'); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | GitHub Token: 9307abc429267715b2cf0823d53766dd1257ff29 | |
| GitHub Gist: fcf6b464a61ce19fc648a604084c36ba | 
NewerOlder