Skip to content

Commit

Permalink
taking care of spaces...
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyakary committed Nov 11, 2016
1 parent 08fe10e commit 2002371
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
@@ -1,17 1,17 @@
// cSpell Settings
{

// Version of the setting file. Always 0.1
"version": "0.1",

// language - current active spelling language
"language": "en",

// words - list of words to be always considered correct
"words": [
"commentsign"
],

// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
Expand Down
2 changes: 1 addition & 1 deletion test/extension.test.js
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
/* global suite, test */

//
//
// Note: This example test is leveraging the Mocha test framework.
// Please refer to their documentation on https://mochajs.org/ for help.
//
Expand Down
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,9 1,9 @@
//
// PLEASE DO NOT MODIFY / DELETE UNLESS YOU KNOW WHAT YOU ARE DOING
//
// PLEASE DO NOT MODIFY / DELETE UNLESS YOU KNOW WHAT YOU ARE DOING
//
// This file is providing the test runner to use when running extension tests.
// By default the test runner in use is Mocha based.
//
//
// You can provide your own test runner if you want to override it by exporting
// a function run(testRoot: string, clb: (error:Error) => void) that the extension
// host can call to run the tests. The test runner is expected to use console.log
Expand Down

0 comments on commit 2002371

Please sign in to comment.