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

Move constant values to their own file. #894

Merged
merged 2 commits into from
Apr 24, 2017

Conversation

JimiC
Copy link
Member

@JimiC JimiC commented Apr 24, 2017

No description provided.

@@ -0,0 +1,5 @@
export const constants = {
urlReleaseNote: 'https://github.com/robertohuertasm/vscode-icons/blob/master/CHANGELOG.md',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use the new url https://github.com/vscode-icons/vscode-icons/blob/master/CHANGELOG.md

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha! And figure that I used copy-paste.

@codecov
Copy link

codecov bot commented Apr 24, 2017

Codecov Report

Merging #894 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #894   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          41     41           
  Lines        1889   1886    -3     
  Branches       92     92           
=====================================
- Hits         1889   1886    -3
Impacted Files Coverage Δ
src/models/i18n/langResourceKeys.ts 100% <ø> (ø) ⬆️
src/i18n/langResources/lang.en.ts 100% <ø> (ø) ⬆️
src/i18n/langResources/lang.zh-cn.ts 100% <ø> (ø) ⬆️
src/i18n/langResources/lang.es.ts 100% <ø> (ø) ⬆️
src/i18n/langResources/lang.de.ts 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d522071...b0be5c6. Read the comment docs.

@robertohuertasm robertohuertasm merged commit 1c4bbdc into vscode-icons:master Apr 24, 2017
@JimiC JimiC deleted the constants branch April 24, 2017 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants